Skip to content

Commit a8dc98b

Browse files
committed
no-fail-fast
1 parent 679ccb1 commit a8dc98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: cargo build --release --features closure,anyhow --all
9393
# Test & lint
9494
- name: Test inline examples
95-
run: cargo test --release --all --features closure,anyhow
95+
run: cargo test --release --all --features closure,anyhow --no-fail-fast
9696
- name: Run rustfmt
9797
if: matrix.rust == 'stable' && matrix.os == 'ubuntu-latest' && matrix.php == '8.2'
9898
run: cargo fmt --all -- --check

0 commit comments

Comments
 (0)