We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb84698 commit 92b9382Copy full SHA for 92b9382
1 file changed
.github/workflows/tests.yml
@@ -87,12 +87,13 @@ jobs:
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"
+ working_directory: custom_impl_test
93
run: cargo test
94
95
RUSTFLAGS: -Dwarnings --cfg getrandom_backend="extern_impl"
96
97
98
99
ios:
0 commit comments