Skip to content

Commit d04371b

Browse files
committed
Two CI fixes
1 parent 51dc597 commit d04371b

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,8 @@ jobs:
5555
with:
5656
install: true
5757

58+
- name: Install clippy
59+
run: rustup component add clippy
60+
5861
- name: Run clippy
5962
run: cargo clippy --all-features -- -D warnings

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ rstest = "0.18"
1818
[features]
1919
default = ["static-resolver"]
2020
static-resolver = ["phf"]
21+
22+
[[test]]
23+
name = "phf_storage"
24+
required-features = ["static-resolver"]

0 commit comments

Comments
 (0)