Skip to content

Commit acf1ad3

Browse files
committed
Don't fail fast in CI
We still want to complete tests on Stable/Nightly if the other one fails
1 parent 56122cc commit acf1ad3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
strategy:
13+
fail-fast: false
1314
matrix:
1415
rust-toolchain: [ "stable", "nightly-2024-12-21" ]
1516
steps:

0 commit comments

Comments
 (0)