Skip to content

Commit 9eec346

Browse files
committed
chore: there are no tests
1 parent b2ff63d commit 9eec346

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
save-cache: ${{ github.ref_name == 'main' }}
3838
- run: cargo run -p xtask
3939
- run: cargo check --all-targets --all-features
40-
- run: cargo test
4140
- run: git diff --exit-code # Must commit everything
4241

4342
lint:

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,9 @@ print_stderr = "warn" # Must be opt-in
2828
[lints]
2929
workspace = true
3030

31+
[lib]
32+
test = false
33+
doctest = false
34+
3135
[dependencies]
3236
phf = { version = "0.11.3", features = ["macros"] }

0 commit comments

Comments
 (0)