Skip to content

Commit 21cc533

Browse files
committed
CI: test arbitrary feature, drop oldtime
1 parent 6aafebe commit 21cc533

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
7575
- uses: taiki-e/install-action@cargo-hack
7676
- uses: Swatinem/rust-cache@v2
7777
- run: |
78-
cargo hack check --feature-powerset --optional-deps serde,rkyv \
79-
--skip __internal_bench,iana-time-zone,pure-rust-locales,libc,winapi \
78+
cargo hack check --feature-powerset --optional-deps arbitrary,serde,rkyv \
79+
--skip __internal_bench,iana-time-zone,pure-rust-locales,libc,oldtime,winapi \
8080
--all-targets
8181
# run using `bash` on all platforms for consistent
8282
# line-continuation marks

0 commit comments

Comments
 (0)