Skip to content

Commit

Permalink
verbose tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gavincabbage authored Sep 19, 2019
1 parent ad6e3b4 commit e161db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Install dependencies
run: go mod download
- name: Run integration tests
run: go test -p 1 -tags=integration -covermode=atomic -timeout=120s ./...
run: go test -v -p 1 -tags=integration -covermode=atomic -timeout=120s ./...
env:
AWS_ACCESS_KEY_ID: bogus
AWS_SECRET_KEY: bogus
Expand Down

0 comments on commit e161db5

Please sign in to comment.