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 0f4dd1f commit 9b3efcbCopy full SHA for 9b3efcb
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
- name: Run api tests
70
run: cargo test -p bootloader_api
71
- name: Run bootloader common tests
72
- if: runner.os == 'Linux'
+ if: runner.arch == 'x86'
73
run: cargo test -p bootloader-x86_64-common
74
- name: Run integration tests
75
run: cargo test -- --test-threads 1
0 commit comments