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

Appearance settings

Commit 9b3efcb

Browse filesBrowse files
committed
fixup workflow condition
1 parent 0f4dd1f commit 9b3efcb
Copy full SHA for 9b3efcb

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.