We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37582ac commit ec3d392Copy full SHA for ec3d392
.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