Skip to content

Commit

Permalink
CI: remove exception for __doctest feature in cargo hack check
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker committed Sep 11, 2023
1 parent 155e9da commit 90a9913
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,__doctest,iana-time-zone,pure-rust-locales,libc,winapi \
--skip __internal_bench,iana-time-zone,pure-rust-locales,libc,winapi \
--all-targets
# run using `bash` on all platforms for consistent
# line-continuation marks
Expand Down

0 comments on commit 90a9913

Please sign in to comment.