Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
sdk: run integration tests in ci in a simpler way (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Jun 28, 2021
1 parent 850310d commit f44ed4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ jobs:
go-version: 1
- name: Run SDK Integration Tests
working-directory: sdk
run: for p in ./**/integrationtests; do go test -v $p; done
run: go test -v -p=1 ./**/integrationtests
env:
INTEGRATION_TESTS: 1

0 comments on commit f44ed4f

Please sign in to comment.