Skip to content

Commit

Permalink
ci: do not use --verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Aug 1, 2022
1 parent dbe2a5b commit 9499e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -137,7 +137,7 @@ jobs:
- name: HSM tests
run: |
pkcs11-tool --module /usr/lib/softhsm/libsofthsm2.so --slot 0 --init-token --so-pin 0000 --init-pin --pin 1234 --label hydra
go test -p 1 -v -failfast -short -timeout=20m -tags=sqlite,hsm ./...
go test -p 1 -failfast -short -timeout=20m -tags=sqlite,hsm ./...
test-e2e:
name: Run end-to-end tests
Expand Down

0 comments on commit 9499e4f

Please sign in to comment.