Skip to content

Commit

Permalink
Run integration tests only
Browse files Browse the repository at this point in the history
  • Loading branch information
jbristowe committed Nov 21, 2020
1 parent 24de6c5 commit 6c11517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Expand Up @@ -28,5 +28,5 @@ jobs:
run: ./tests/Create-ApiKey.ps1
shell: pwsh

- name: Run tests
run: go test -v ./...
- name: Run integration tests
run: go test -v ./integration/...

0 comments on commit 6c11517

Please sign in to comment.