We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
disable_urandom_fallback
1 parent e9287c1 commit d4c1444Copy full SHA for d4c1444
.github/workflows/tests.yml
@@ -58,6 +58,7 @@ jobs:
58
- uses: Swatinem/rust-cache@v2
59
- run: cargo test
60
- run: cargo test --features=std
61
+ - run: cargo test --features=disable_urandom_fallback
62
- run: cargo test --features=custom # custom should do nothing here
63
- if: ${{ matrix.toolchain == 'nightly' }}
64
run: cargo test --benches
0 commit comments