Skip to content

Commit

Permalink
Fail-fast tests (#2206)
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvar-antonsson authored Mar 20, 2024
1 parent 3110969 commit 8b54f07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
retry_on: error
timeout_minutes: 30
command: |
.rocks/bin/luatest -v
.rocks/bin/luatest -v --fail-fast
- name: Run pytest -v
run: |
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
retry_on: error
timeout_minutes: 30
command: |
.rocks/bin/luatest -v
.rocks/bin/luatest -v --fail-fast
- name: Run pytest -v
run: |
Expand Down

0 comments on commit 8b54f07

Please sign in to comment.