We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ac0e1 commit cb84698Copy full SHA for cb84698
1 file changed
.github/workflows/tests.yml
@@ -79,14 +79,15 @@ jobs:
79
run: cargo test --features=std,sys_rng
80
81
custom_impl:
82
- name: Custom Implementations
+ name: Custom and External Implementations
83
runs-on: ubuntu-24.04
84
steps:
85
- uses: actions/checkout@v6
86
- uses: dtolnay/rust-toolchain@master
87
with:
88
toolchain: nightly
89
- uses: Swatinem/rust-cache@v2
90
+ - run: cd custom_impl_test/
91
- env:
92
RUSTFLAGS: -Dwarnings --cfg getrandom_backend="custom"
93
run: cargo test
0 commit comments