Only run tests once (#89)

* Only run tests once

* Adds newline at the end of the file
This commit is contained in:
Ignasi 2025-06-20 13:14:20 +02:00 committed by GitHub
parent e0d5ff8a3e
commit b8561e1bfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 4 deletions

View File

@ -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 ./...