Skip to content

Commit

Permalink
github: run test-commits
Browse files Browse the repository at this point in the history
to be sure that every commit in this branch builds
and successfully runs the go tests

Signed-off-by: Christoph Ostarek <christoph@zededa.com>
  • Loading branch information
christoph-zededa committed Mar 1, 2024
1 parent 842d40e commit 8e6d93c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Test
run: |
make test
make test-commits
- name : Test (TPM Required)
run: |
bash tests/tpm/prep-and-test.sh
Expand Down

0 comments on commit 8e6d93c

Please sign in to comment.