We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arbitrary
1 parent 5290933 commit bdd6148Copy full SHA for bdd6148
.github/workflows/test.yml
@@ -79,7 +79,7 @@ jobs:
79
- uses: taiki-e/install-action@cargo-hack
80
- uses: Swatinem/rust-cache@v2
81
- run: |
82
- cargo hack check --feature-powerset --optional-deps serde \
+ cargo hack check --feature-powerset --optional-deps arbitrary,serde \
83
--skip __internal_bench,iana-time-zone,pure-rust-locales,libc,winapi,rkyv-16,rkyv-64,rkyv-validation \
84
--all-targets
85
# run using `bash` on all platforms for consistent
0 commit comments