Skip to content

Commit

Permalink
removed rkyv from cargo hack check in CI based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mkatychev committed Oct 9, 2023
1 parent f6f2edd commit 4e1734e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- uses: taiki-e/install-action@cargo-hack
- uses: Swatinem/rust-cache@v2
- run: |
cargo hack check --feature-powerset --optional-deps serde,rkyv \
cargo hack check --feature-powerset --optional-deps serde \
--skip __internal_bench,iana-time-zone,pure-rust-locales,libc,winapi \
--all-targets
# run using `bash` on all platforms for consistent
Expand Down

0 comments on commit 4e1734e

Please sign in to comment.