We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b951a6 commit 1dfac42Copy full SHA for 1dfac42
ci/script.sh
@@ -46,9 +46,7 @@ ci/test-regex-capi
46
# very long time. Also, check that we can build the regex-debug tool.
47
if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then
48
cargo build --verbose --manifest-path regex-debug/Cargo.toml
49
- for x in rust rust-bytes pcre1 onig; do
50
- (cd bench && ./run $x --no-run --verbose)
51
- done
+ (cd bench && ./run rust --no-run --verbose)
52
53
# Test minimal versions.
54
cargo +nightly generate-lockfile -Z minimal-versions
0 commit comments