Skip to content

Commit d4c1444

Browse files
committed
Test disable_urandom_fallback in CI
1 parent e9287c1 commit d4c1444

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
- uses: Swatinem/rust-cache@v2
5959
- run: cargo test
6060
- run: cargo test --features=std
61+
- run: cargo test --features=disable_urandom_fallback
6162
- run: cargo test --features=custom # custom should do nothing here
6263
- if: ${{ matrix.toolchain == 'nightly' }}
6364
run: cargo test --benches

0 commit comments

Comments
 (0)