We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679ccb1 commit a8dc98bCopy full SHA for a8dc98b
.github/workflows/build.yml
@@ -92,7 +92,7 @@ jobs:
92
run: cargo build --release --features closure,anyhow --all
93
# Test & lint
94
- name: Test inline examples
95
- run: cargo test --release --all --features closure,anyhow
+ run: cargo test --release --all --features closure,anyhow --no-fail-fast
96
- name: Run rustfmt
97
if: matrix.rust == 'stable' && matrix.os == 'ubuntu-latest' && matrix.php == '8.2'
98
run: cargo fmt --all -- --check
0 commit comments