Skip to content

Commit bd1d2ee

Browse files
committed
ci: Add go test
1 parent 967a863 commit bd1d2ee

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: make
3030
run: make
3131

32+
- name: tests
33+
run: go test ./...
34+
3235
reuse-compliance-check:
3336
runs-on: ubuntu-latest
3437
steps:

0 commit comments

Comments
 (0)