Skip to content

Commit

Permalink
failfast
Browse files Browse the repository at this point in the history
  • Loading branch information
Hermsi1337 committed Feb 14, 2025
1 parent 47ae295 commit bb6ff9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: sudo apt install mariadb-client -y

- name: Test
run: go test -v ./...
run: go test -count=1 -failfast -v ./...
env:
RESTIC_PASSWORD: mongorepo
DEBUG: true

0 comments on commit bb6ff9a

Please sign in to comment.