Skip to content

Commit 84cbf31

Browse files
authored
Merge pull request #32 from 2222-42/ci/remove-duplicate-test
ci: Remove redundant `go test` step.
2 parents 7928caa + 61ec5c4 commit 84cbf31

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525
- name: Verify dependencies
2626
run: go mod verify
2727

28-
- name: Run tests
29-
run: go test -v ./...
30-
3128
- name: Run tests with coverage
3229
run: go test -v -coverprofile=coverage.out ./...
3330

0 commit comments

Comments
 (0)