Skip to content

Commit

Permalink
github: run tests just once
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Oct 3, 2024
1 parent 3d831f7 commit 3578d76
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gha-go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
make static
- name: Run vet
run: make vet
- name: Run tests
run: make test
- name: Run race condition check
- name: Run tests + race condition check
run: make race
- name: Check Go files are properly formatted
run: test -z $(gofmt -l .)

0 comments on commit 3578d76

Please sign in to comment.