Skip to content

Commit

Permalink
Add -v flag to go test
Browse files Browse the repository at this point in the history
Verbose is good in CI
  • Loading branch information
mcpherrinm committed Nov 17, 2023
1 parent 6adecd2 commit 7d40576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Start containers
run: docker compose up --build --detach
- name: run integration test
run: go test --tags=integration
run: go test -v --tags=integration
- name: Stop containers
if: always()
run: docker compose down

0 comments on commit 7d40576

Please sign in to comment.