Only run tests once (#89)
* Only run tests once * Adds newline at the end of the file
This commit is contained in:
parent
e0d5ff8a3e
commit
b8561e1bfe
|
|
@ -19,8 +19,5 @@ jobs:
|
|||
go-version: 1.24.2
|
||||
cache: true
|
||||
|
||||
- name: Run tests
|
||||
run: go test -v ./...
|
||||
|
||||
- name: Run tests with race detection
|
||||
run: go test -race ./...
|
||||
run: go test -race ./...
|
||||
|
|
|
|||
Loading…
Reference in New Issue