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 9044f68 commit 56559c7Copy full SHA for 56559c7
.travis.yml
@@ -22,10 +22,8 @@ matrix:
22
after_success:
23
- travis-cargo --only nightly doc-upload
24
25
-before_script:
26
- - if [ -z "$NO_ADD" ]; then rustup target add $TARGET; fi
27
-
28
script:
+ - if [ -z "$NO_ADD" ]; then rustup target add $TARGET; fi
29
- cargo run --target $TARGET --manifest-path systest/Cargo.toml
30
- cargo build --target $TARGET
31
- cargo build --target $TARGET --features profiling
Cargo.toml
@@ -14,6 +14,7 @@ A Rust allocator backed by jemalloc
14
15
[lib]
16
test = false
17
+bench = false
18
19
[workspace]
20
members = ["systest"]
0 commit comments