Skip to content

Commit 8a1c1a5

Browse files
committed
wip: just testing in ci
1 parent cca73fc commit 8a1c1a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/cargo-codspeed/tests/cargo_config.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ mod helpers;
44
use helpers::*;
55
#[test]
66
fn test_cargo_config_rustflags() {
7-
test_cargo_config_without_rustflags_env();
7+
// test_cargo_config_without_rustflags_env();
88
test_cargo_config_with_rustflags_env();
99
}
1010

11+
#[allow(dead_code)]
1112
fn test_cargo_config_without_rustflags_env() {
1213
let tmp_dir = setup("tests/cargo_config.in", Project::Simple);
1314

0 commit comments

Comments
 (0)