Skip to content

Commit

Permalink
CI: exclude getrandom feature on no_std tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Aug 29, 2023
1 parent c17e6fb commit 9cc6db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkcs5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
toolchain: ${{ matrix.rust }}
targets: ${{ matrix.target }}
- uses: RustCrypto/actions/cargo-hack-install@master
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features std
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features getrandom,std

minimal-versions:
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
Expand Down

0 comments on commit 9cc6db3

Please sign in to comment.