Skip to content

Commit d35af91

Browse files
committed
Temporally disable benches and tests to run cargo fix
1 parent 8b7a880 commit d35af91

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2018-12-31
1+
nightly-2019-03-06

wundergraph/Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ log = "0.4"
1818

1919
[dev-dependencies]
2020
wundergraph_example = { path = "../wundergraph_example", default-features = false, features = ["postgres"] }
21-
wundergraph_bench = { path = "../wundergraph_bench" }
21+
#wundergraph_bench = { path = "../wundergraph_bench" }
2222
diesel_migrations = "1.3.0"
2323
serde_json = "1"
2424
criterion = "0.2"
@@ -34,12 +34,12 @@ extras = ["chrono", "uuid"]
3434

3535

3636

37-
[[test]]
38-
name = "integration_tests"
39-
path = "tests/lib.rs"
40-
harness = true
37+
#[[test]]
38+
#name = "integration_tests"
39+
#path = "tests/lib.rs"
40+
#harness = true
4141

42-
[[bench]]
43-
name = "queries"
44-
path = "bench/queries.rs"
45-
harness = false
42+
#[[bench]]
43+
#name = "queries"
44+
#path = "bench/queries.rs"
45+
#harness = false

0 commit comments

Comments
 (0)