Skip to content

Commit

Permalink
Added HAL layer common sources unit tests to our CI test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
amendelzon committed Aug 29, 2024
1 parent 2efb81b commit 818d376
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
- name: Firmware tests using TCPSigner
run: firmware/test/test-all

- name: Firmware HAL's unit tests
- name: Firmware HAL's common unit tests
run: firmware/src/hal/common/test/run-all.sh

- name: Firmware HAL's x86 unit tests
run: firmware/src/hal/x86/test/run-all.sh

- name: Firmware common lib unit tests
Expand Down

0 comments on commit 818d376

Please sign in to comment.