Skip to content

Commit b8561e1

Browse files
authored
Only run tests once (#89)
* Only run tests once * Adds newline at the end of the file
1 parent e0d5ff8 commit b8561e1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,5 @@ jobs:
1919
go-version: 1.24.2
2020
cache: true
2121

22-
- name: Run tests
23-
run: go test -v ./...
24-
2522
- name: Run tests with race detection
26-
run: go test -race ./...
23+
run: go test -race ./...

0 commit comments

Comments
 (0)