Skip to content

Commit

Permalink
Enable acceptance tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
garethr committed Apr 23, 2023
1 parent 1f0daa7 commit 4406cda
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,11 @@ jobs:
- name: Build
run: go build -v ./...

- name: Test
- name: Unit tests
run: go test -v ./...

- name: Setup BATS
uses: mig4/setup-bats@v1

- name: Acceptance tests
run: bats -r .

0 comments on commit 4406cda

Please sign in to comment.