Skip to content

Commit 5fd61d9

Browse files
committed
ci: group up serde-related features
1 parent 3bc388f commit 5fd61d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: cargo install cargo-hack --locked
3939

4040
- name: cargo hack
41-
run: cargo hack check --feature-powerset --skip serde,macros,full-codecs,default --no-dev-deps --at-least-one-of bincode,bitcode,cbor,json,msgpack,toml,yaml
41+
run: cargo hack check --feature-powerset --skip serde,macros,full-codecs,default --no-dev-deps --at-least-one-of bincode,bitcode,cbor,json,msgpack,toml,yaml --group-features cbor,json,msgpack,toml,yaml
4242
- name: cargo test
4343
run: cargo test
4444
- name: cargo fmt

0 commit comments

Comments
 (0)