Skip to content

Commit

Permalink
fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlaverse committed Aug 25, 2024
1 parent fe1a96b commit 83f1c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: go build -v ./...

- name: Test
run: go test -coverprofile=profile.cov -v ./...
run: go test -failfast -coverprofile=profile.cov -v ./...
env:
VAULTWARDEN_HOST: "127.0.0.1"
VAULTWARDEN_PORT: "8080"
Expand Down

0 comments on commit 83f1c7c

Please sign in to comment.