Skip to content

Commit

Permalink
no need to run tests many times
Browse files Browse the repository at this point in the history
  • Loading branch information
mumbleskates committed Mar 18, 2024
1 parent 162b9a7 commit b89992c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: "build"
run: "go build -v ./..."
- name: "tests"
run: "go test -count 100 ./..."
run: "go test ./..."
- name: "covered tests"
run: "go test -count 100 -coverprofile coverage.out ./..."
run: "go test -coverprofile coverage.out ./..."

0 comments on commit b89992c

Please sign in to comment.