Skip to content

Commit

Permalink
Force tests to not use cache, tail a bit of verbose output
Browse files Browse the repository at this point in the history
Signed-off-by: Justin McCarthy <[email protected]>
  • Loading branch information
jmccarthy committed Apr 29, 2024
1 parent 78609a4 commit 88ccbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/corpus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: mkdir -p integration_tests/tmp && tar -xzf integration_tests/corpus-tests.tar.gz -C integration_tests/tmp

- name: Corpus Tests
run: go test -tags corpus ./integration_tests/...
run: go test -count=1 -v -tags corpus ./integration_tests/... | tail

- name: Notify on Failure
if: failure()
Expand Down

0 comments on commit 88ccbe7

Please sign in to comment.