Skip to content

Commit 7e61b2c

Browse files
committed
Run tests in a single thread
1 parent 7467496 commit 7e61b2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ jobs:
7979
- name: Download and Install HWI
8080
run: ./get_hwi.sh
8181
- name: Test
82-
run: cargo test --features ${{ matrix.rust.features }}
82+
run: cargo test --features ${{ matrix.rust.features }} -- --test-threads=1
8383
- name: Wipe
84-
run: cargo test test_wipe_device -- --ignored
84+
run: cargo test test_wipe_device -- --ignored --test-threads=1
8585
test-readme-examples:
8686
runs-on: ubuntu-22.04
8787
steps:

0 commit comments

Comments
 (0)