diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 34aae224bb..18ae42cd48 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -79,7 +79,7 @@ jobs: - uses: taiki-e/install-action@cargo-hack - uses: Swatinem/rust-cache@v2 - run: | - cargo hack check --feature-powerset --optional-deps serde \ + cargo hack check --feature-powerset --optional-deps arbitrary,serde \ --skip __internal_bench,iana-time-zone,pure-rust-locales,libc,winapi,rkyv-16,rkyv-64,rkyv-validation \ --all-targets # run using `bash` on all platforms for consistent