Skip to content

Commit b138492

Browse files
committed
ci: run sembr in release mode
1 parent 71d37ca commit b138492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ jobs:
9797
continue-on-error: true
9898
run: |
9999
# 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
100+
RUSTC_BOOTSTRAP=1 cargo run --release --manifest-path ci/sembr/Cargo.toml src

0 commit comments

Comments
 (0)