We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e00c7 commit 65b1109Copy full SHA for 65b1109
.github/workflows/main.yml
@@ -56,7 +56,7 @@ jobs:
56
script: |
57
cargo dinghy all-platforms
58
cargo dinghy all-devices
59
- cargo dinghy -p auto-android-x86_64-api30 test --features "${{ matrix.features }}" -- --test-threads 1 && killall -INT crashpad_handler || true
+ cargo dinghy -p auto-android-x86_64-api30 test --features "${{ matrix.features }}" -- --test-threads 1
60
Format:
61
name: Run `rustfmt`
62
runs-on: ubuntu-24.04
0 commit comments