Skip to content

Commit

Permalink
Merge pull request #292 from spacemeshos/reduce-verbosity-ci
Browse files Browse the repository at this point in the history
Reduce verbosity of CI
  • Loading branch information
fasmat authored May 28, 2024
2 parents 1fa8584 + 1003f90 commit 273b5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
run: make clear-test-cache
- name: unit tests
env:
GOTESTSUM_FORMAT: standard-verbose
GOTESTSUM_FORMAT: standard-quiet
GOTESTSUM_JUNITFILE: unit-tests.xml
run: make test
- name: Publish Test Report
Expand Down

0 comments on commit 273b5ad

Please sign in to comment.