Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5d06f60

Browse files
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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /