Skip to content

Commit 5d06f60

Browse files
authored
Merge pull request #487 from Freax13/fix/ci-tests-arch
fix condition for running bootloader common tests
2 parents 37582ac + ec3d392 commit 5d06f60

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
@@ -72,7 +72,7 @@ jobs:
7272
- name: Run api tests
7373
run: cargo test -p bootloader_api
7474
- name: Run bootloader common tests
75-
if: runner.arch == 'x86'
75+
if: runner.arch == 'X64'
7676
run: cargo test -p bootloader-x86_64-common
7777
- name: Run integration tests
7878
run: cargo test -- --test-threads 1

0 commit comments

Comments
 (0)