Skip to content

Commit

Permalink
CI: test arbitrary feature, drop oldtime
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker committed Oct 1, 2023
1 parent 6aafebe commit 21cc533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
- uses: taiki-e/install-action@cargo-hack
- uses: Swatinem/rust-cache@v2
- run: |
cargo hack check --feature-powerset --optional-deps serde,rkyv \
--skip __internal_bench,iana-time-zone,pure-rust-locales,libc,winapi \
cargo hack check --feature-powerset --optional-deps arbitrary,serde,rkyv \
--skip __internal_bench,iana-time-zone,pure-rust-locales,libc,oldtime,winapi \
--all-targets
# run using `bash` on all platforms for consistent
# line-continuation marks
Expand Down

0 comments on commit 21cc533

Please sign in to comment.