ci: fix test

This commit is contained in:
Antoine Aflalo
2024-08-27 10:30:53 -04:00
parent befc4b0fab
commit 48a018c99d

View File

@@ -21,7 +21,7 @@ jobs:
run: go mod tidy
- name: Run tests
run: go test -coverprofile=coverage.txt
run: go test ./... -v -coverprofile=coverage.txt
- name: Upload results to Codecov
uses: codecov/codecov-action@v4
with: