Skip to content

Commit

Permalink
workflows/unit.yml: add tpm test timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Shahriyar Jalayeri <[email protected]>
  • Loading branch information
shjala authored and eriknordmark committed Oct 16, 2023
1 parent 2192b04 commit 8fb76fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: |
make test
- name : Test (TPM Required)
timeout-minutes: 30
run: |
bash tools/tpm-tests-on-qemu.sh
- name: Report test results as Annotations
Expand Down

0 comments on commit 8fb76fa

Please sign in to comment.