Skip to content

Commit cb84698

Browse files
committed
fix custom_impl job
1 parent 61ac0e1 commit cb84698

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,15 @@ jobs:
7979
run: cargo test --features=std,sys_rng
8080

8181
custom_impl:
82-
name: Custom Implementations
82+
name: Custom and External Implementations
8383
runs-on: ubuntu-24.04
8484
steps:
8585
- uses: actions/checkout@v6
8686
- uses: dtolnay/rust-toolchain@master
8787
with:
8888
toolchain: nightly
8989
- uses: Swatinem/rust-cache@v2
90+
- run: cd custom_impl_test/
9091
- env:
9192
RUSTFLAGS: -Dwarnings --cfg getrandom_backend="custom"
9293
run: cargo test

0 commit comments

Comments
 (0)