Skip to content

Commit

Permalink
Run tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
peace-maker committed Aug 6, 2024
1 parent 3b8c721 commit a4ea629
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
- name: Build
run: go build -v ./cmd/pkappa2/main.go

- name: Test with the Go CLI
run: go test -v ./...

golangci:
name: Lint Go
runs-on: ubuntu-latest
Expand Down

0 comments on commit a4ea629

Please sign in to comment.