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 71d37ca commit b138492Copy full SHA for b138492
.github/workflows/ci.yml
@@ -97,4 +97,4 @@ jobs:
97
continue-on-error: true
98
run: |
99
# using split_inclusive that uses regex feature that uses an unstable feature
100
- RUSTC_BOOTSTRAP=1 cargo run --manifest-path ci/sembr/Cargo.toml src
+ RUSTC_BOOTSTRAP=1 cargo run --release --manifest-path ci/sembr/Cargo.toml src
0 commit comments