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 cca73fc commit 8a1c1a5Copy full SHA for 8a1c1a5
crates/cargo-codspeed/tests/cargo_config.rs
@@ -4,10 +4,11 @@ mod helpers;
4
use helpers::*;
5
#[test]
6
fn test_cargo_config_rustflags() {
7
- test_cargo_config_without_rustflags_env();
+ // test_cargo_config_without_rustflags_env();
8
test_cargo_config_with_rustflags_env();
9
}
10
11
+#[allow(dead_code)]
12
fn test_cargo_config_without_rustflags_env() {
13
let tmp_dir = setup("tests/cargo_config.in", Project::Simple);
14
0 commit comments