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 21494ca commit 73c2930
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ jobs:
${{ runner.os }}-go-
- name: Run tests
run: make test

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

0 comments on commit 73c2930

Please sign in to comment.