Skip to content

Commit 92b9382

Browse files
committed
fix custom_impl job
1 parent cb84698 commit 92b9382

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
@@ -87,12 +87,13 @@ jobs:
8787
with:
8888
toolchain: nightly
8989
- uses: Swatinem/rust-cache@v2
90-
- run: cd custom_impl_test/
9190
- env:
9291
RUSTFLAGS: -Dwarnings --cfg getrandom_backend="custom"
92+
working_directory: custom_impl_test
9393
run: cargo test
9494
- env:
9595
RUSTFLAGS: -Dwarnings --cfg getrandom_backend="extern_impl"
96+
working_directory: custom_impl_test
9697
run: cargo test
9798

9899
ios:

0 commit comments

Comments
 (0)