mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
don't cancel all when one fails
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
1e47de3c65
commit
a0b4b7c480
1
.github/workflows/test_nightly_many_os.yml
vendored
1
.github/workflows/test_nightly_many_os.yml
vendored
@ -8,6 +8,7 @@ jobs:
|
||||
test-nightly:
|
||||
name: test nightly macos 11, macos 12, ubu 20.04, ubu 22.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ macos-11, macos-12, ubuntu-20.04, ubuntu-22.04 ]
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
Loading…
Reference in New Issue
Block a user