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 b2ff63d commit 9eec346Copy full SHA for 9eec346
.github/workflows/ci.yml
@@ -37,7 +37,6 @@ jobs:
37
save-cache: ${{ github.ref_name == 'main' }}
38
- run: cargo run -p xtask
39
- run: cargo check --all-targets --all-features
40
- - run: cargo test
41
- run: git diff --exit-code # Must commit everything
42
43
lint:
Cargo.toml
@@ -28,5 +28,9 @@ print_stderr = "warn" # Must be opt-in
28
[lints]
29
workspace = true
30
31
+[lib]
32
+test = false
33
+doctest = false
34
+
35
[dependencies]
36
phf = { version = "0.11.3", features = ["macros"] }
0 commit comments