Skip to content

Commit

Permalink
github: rename unit tests action to go tests
Browse files Browse the repository at this point in the history
a lot of those tests are not unit tests and calling
those 'unit tests' is confusing

Signed-off-by: Christoph Ostarek <christoph@zededa.com>
  • Loading branch information
christoph-zededa authored and eriknordmark committed Mar 12, 2024
1 parent 26ce216 commit f387baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit.yml → .github/workflows/go-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Unit tests
name: Go Tests
on: # yamllint disable-line rule:truthy
push:
branches:
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Test
run: |
make test
- name : Test (TPM Required)
- name: Test (TPM Required)
run: |
bash tests/tpm/prep-and-test.sh
- name: Report test results as Annotations
Expand Down

0 comments on commit f387baa

Please sign in to comment.