Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ jobs:
custom_impl:
name: Custom and External Implementations
runs-on: ubuntu-24.04
defaults:
run:
working-directory: custom_impl_test
steps:
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@master
Expand All @@ -89,11 +92,9 @@ jobs:
- uses: Swatinem/rust-cache@v2
- env:
RUSTFLAGS: -Dwarnings --cfg getrandom_backend="custom"
working_directory: custom_impl_test
run: cargo test
- env:
RUSTFLAGS: -Dwarnings --cfg getrandom_backend="extern_impl"
working_directory: custom_impl_test
run: cargo test

ios:
Expand Down