Skip to content

Commit

Permalink
tweak CI
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Oct 14, 2024
1 parent 2041d88 commit 7ef8450
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nopanic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
env:
RUSTFLAGS: -Dwarnings --cfg getrandom_backend="linux_getrandom"
run: cargo build --release
- run: ls target/
- run: ls target/release/
- name: Check (linux_android.rs)
run: grep panic target/release/libgetrandom_wrapper.so; [ $? -eq 1 ]

Expand Down

0 comments on commit 7ef8450

Please sign in to comment.