We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f12edb commit 17371fcCopy full SHA for 17371fc
1 file changed
.github/workflows/tests.yml
@@ -8,7 +8,4 @@ jobs:
8
- uses: actions/setup-go@v6
9
with:
10
go-version: "1.25"
11
- - run: go test -race -coverprofile=coverage.txt ./...
12
- - uses: codecov/codecov-action@v5
13
- with:
14
- token: ${{ secrets.CODECOV_TOKEN }}
+ - run: go test -race ./...
0 commit comments