mirror of
https://github.com/sherlock-project/sherlock
synced 2025-02-16 12:38:27 +00:00
Disable fail-fast
This commit is contained in:
parent
e32a84ea05
commit
beb4f3eaf6
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pull_request.yml
vendored
1
.github/workflows/pull_request.yml
vendored
|
@ -10,6 +10,7 @@ jobs:
|
|||
regression-testing:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false # We want to know what version it fails on
|
||||
matrix:
|
||||
os: [
|
||||
ubuntu-latest,
|
||||
|
|
Loading…
Add table
Reference in a new issue