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.
slow-tests
1 parent 5fdb85a commit 01b4cf7Copy full SHA for 01b4cf7
Cargo.toml
@@ -36,14 +36,6 @@ opt-level = 2
36
name = "crates_io"
37
doctest = true
38
39
-[features]
40
-default = ["slow-tests"]
41
-
42
-# The `slow-tests` enables tests that take a long time to finish. It is enabled
43
-# by default but the test suite can be run via `cargo test --no-default-features`
44
-# to disable these tests.
45
-slow-tests = []
46
47
[dependencies]
48
anyhow = "=1.0.89"
49
async-trait = "=0.1.83"
0 commit comments