Skip to content

Commit 170b7c3

Browse files
committed
Run CI tests single threaded to avoid output mangling
This way, the error should always be at/near the bottom, so it's easier to find.
1 parent 1ad72bf commit 170b7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Run api tests
6666
run: cargo test -p bootloader_api
6767
- name: Run integration tests
68-
run: cargo test
68+
run: cargo test -- --test-threads 1
6969

7070
# test feature gates (only on one OS is enough)
7171
- name: Test with only UEFI feature

0 commit comments

Comments
 (0)