We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad72bf commit 170b7c3Copy full SHA for 170b7c3
.github/workflows/ci.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Run api tests
66
run: cargo test -p bootloader_api
67
- name: Run integration tests
68
- run: cargo test
+ run: cargo test -- --test-threads 1
69
70
# test feature gates (only on one OS is enough)
71
- name: Test with only UEFI feature
0 commit comments