We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37582ac + ec3d392 commit 5d06f60Copy full SHA for 5d06f60
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Run api tests
73
run: cargo test -p bootloader_api
74
- name: Run bootloader common tests
75
- if: runner.arch == 'x86'
+ if: runner.arch == 'X64'
76
run: cargo test -p bootloader-x86_64-common
77
- name: Run integration tests
78
run: cargo test -- --test-threads 1
0 commit comments