Skip to content

Commit e21b2ee

Browse files
committed
remove duplicated gh action step
1 parent dc32dcf commit e21b2ee

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,5 @@ jobs:
2525
- name: Download dependencies
2626
run: go mod download
2727

28-
- name: Run tests
29-
run: go test -v ./...
30-
3128
- name: Run tests with race detection
3229
run: go test -race -v ./...

0 commit comments

Comments
 (0)