Skip to content

Commit

Permalink
updated gha
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronSaikovski committed Feb 14, 2024
1 parent 343aed2 commit a11e9e1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
# - name: Run go vet
# run: go vet ./...

- name: Install staticcheck
run: go install honnef.co/go/tools/cmd/staticcheck@latest
# - name: Install staticcheck
# run: go install honnef.co/go/tools/cmd/staticcheck@latest

- name: Run staticcheck
run: staticcheck ./...
# - name: Run staticcheck
# run: staticcheck ./...

- name: Run tests
run: go test -v ./...
# - name: Run tests
# run: go test -v ./...

- name: Build
run: go build -v ./...

0 comments on commit a11e9e1

Please sign in to comment.