Skip to content

Commit

Permalink
fix(golang): add go test to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed May 24, 2024
1 parent fdb570b commit c5209d3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
- name: go-vet
run: go vet -v ./...

- name: go-test
run: go test -v ./...

- uses: pre-commit/[email protected]

build:
Expand Down

0 comments on commit c5209d3

Please sign in to comment.