We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7467496 commit 7e61b2cCopy full SHA for 7e61b2c
.github/workflows/main.yml
@@ -79,9 +79,9 @@ jobs:
79
- name: Download and Install HWI
80
run: ./get_hwi.sh
81
- name: Test
82
- run: cargo test --features ${{ matrix.rust.features }}
+ run: cargo test --features ${{ matrix.rust.features }} -- --test-threads=1
83
- name: Wipe
84
- run: cargo test test_wipe_device -- --ignored
+ run: cargo test test_wipe_device -- --ignored --test-threads=1
85
test-readme-examples:
86
runs-on: ubuntu-22.04
87
steps:
0 commit comments