Skip to content

Commit

Permalink
👷 add test step in CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jbleduigou committed Mar 18, 2024
1 parent d914ecc commit 35b3c15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Build
run: go build ./...

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

- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
Expand Down

0 comments on commit 35b3c15

Please sign in to comment.