Skip to content

Commit

Permalink
ci(github): remove "-v" flag from "go test" command
Browse files Browse the repository at this point in the history
This change removes the "-v" verbosity flag from the test command in the
validation workflow, to make it more focused on failures.
  • Loading branch information
arikkfir committed May 3, 2024
1 parent a7cb721 commit 972e672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
run: go mod download -x

- name: Test
run: go test -v ./...
run: go test ./...

0 comments on commit 972e672

Please sign in to comment.