Skip to content

Commit

Permalink
Merge pull request #487 from Freax13/fix/ci-tests-arch
Browse files Browse the repository at this point in the history
fix condition for running bootloader common tests
  • Loading branch information
phil-opp authored Jan 21, 2025
2 parents 37582ac + ec3d392 commit 5d06f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Run api tests
run: cargo test -p bootloader_api
- name: Run bootloader common tests
if: runner.arch == 'x86'
if: runner.arch == 'X64'
run: cargo test -p bootloader-x86_64-common
- name: Run integration tests
run: cargo test -- --test-threads 1
Expand Down

0 comments on commit 5d06f60

Please sign in to comment.