Skip to content

Commit e7cd6c6

Browse files
committed
ci: run sembr in release mode
1 parent 662facc commit e7cd6c6

File tree

1 file changed

+1
-1
lines changed
  • src/doc/rustc-dev-guide/.github/workflows

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/.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)