Skip to content

Commit

Permalink
CI: don't test oldtime feature
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker committed Oct 1, 2023
1 parent 04dd60b commit 4b27c91
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 @@ -76,7 +76,7 @@ jobs:
- 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 \
--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 4b27c91

Please sign in to comment.