Skip to content

Commit

Permalink
Add make test to actions
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Beck <[email protected]>
  • Loading branch information
Kidswiss committed May 14, 2024
1 parent c6e1909 commit da29433
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Run tests
- name: run tests
run: make test

- name: Run integration tests
run: make integration-test

0 comments on commit da29433

Please sign in to comment.