Skip to content

Commit 4b27c91

Browse files
committed
CI: don't test oldtime feature
1 parent 04dd60b commit 4b27c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- uses: Swatinem/rust-cache@v2
7777
- run: |
7878
cargo hack check --feature-powerset --optional-deps serde,rkyv \
79-
--skip __internal_bench,iana-time-zone,pure-rust-locales,libc,winapi \
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)