Skip to content

Commit 9b3efcb

Browse files
committed
fixup workflow condition
1 parent 0f4dd1f commit 9b3efcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Run api tests
7070
run: cargo test -p bootloader_api
7171
- name: Run bootloader common tests
72-
if: runner.os == 'Linux'
72+
if: runner.arch == 'x86'
7373
run: cargo test -p bootloader-x86_64-common
7474
- name: Run integration tests
7575
run: cargo test -- --test-threads 1

0 commit comments

Comments
 (0)