Skip to content

Commit

Permalink
setenforce 1
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Aug 2, 2024
1 parent aaa4db7 commit bf63a69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
adb wait-for-device
while [[ -z "$(adb shell getprop sys.boot_completed | tr -d '\r')" ]]; do sleep 1; done
adb shell setenforce 1
any_failures=0
for test in $(find target/${{ matrix.target }}/debug/deps/ -type f -executable ! -name "*.so" -name "*-*"); do
adb push "$test" /data/local/tmp/
Expand All @@ -79,4 +81,3 @@ jobs:
target: google_apis
arch: ${{ matrix.emulator-arch }}
script: ./run_tests_on_emulator.sh
emulator-options: -selinux enforcing -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim

0 comments on commit bf63a69

Please sign in to comment.