Skip to content

Commit

Permalink
Adds SGX HAL unit tests to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
italo-sampaio committed Sep 30, 2024
1 parent d85529a commit f4f66d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:

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

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

- name: Firmware common lib unit tests
run: firmware/src/common/test/run-all.sh
Expand Down
1 change: 1 addition & 0 deletions firmware/coverage/gen-coverage
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ if [[ $1 == "exec" ]]; then
COVERAGE=y $REPOROOT/firmware/src/ledger/ui/test/run-all.sh
COVERAGE=y $REPOROOT/firmware/src/ledger/signer/test/run-all.sh
COVERAGE=y $REPOROOT/firmware/src/tcpsigner/test/run-all.sh
COVERAGE=y $REPOROOT/firmware/src/hal/sgx/test/run-all.sh

# Run tcpsigner test suite
pushd $REPOROOT/firmware/src/tcpsigner > /dev/null
Expand Down

0 comments on commit f4f66d2

Please sign in to comment.