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 run: go mod tidy
- name: Run tests - name: Run tests
run: go test -coverprofile=coverage.txt run: go test ./... -v -coverprofile=coverage.txt
- name: Upload results to Codecov - name: Upload results to Codecov
uses: codecov/codecov-action@v4 uses: codecov/codecov-action@v4
with: with: