Skip to content

Commit

Permalink
ci: remove cbor from powerset test
Browse files Browse the repository at this point in the history
  • Loading branch information
matteopolak committed Dec 4, 2024
1 parent 052fd66 commit 825184b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
run: cargo install cargo-hack --locked

- name: cargo hack
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
# 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
run: cargo hack check --feature-powerset --skip serde,macros,full-codecs,default --no-dev-deps --at-least-one-of bincode,bitcode,json,msgpack,toml,yaml --group-features json,msgpack,toml,yaml
- name: cargo test
run: cargo test
- name: cargo fmt
Expand Down

0 comments on commit 825184b

Please sign in to comment.