Skip to content

Commit b3e0024

Browse files
committed
Fix CI
1 parent 0ddef2a commit b3e0024

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,7 @@ jobs:
3030
run: go mod download
3131

3232
- name: Run tests
33-
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
34-
35-
- name: Upload coverage to Codecov
36-
if: matrix.os == 'ubuntu-latest' && matrix.go == '1.25'
37-
uses: codecov/codecov-action@v4
38-
with:
39-
file: ./coverage.txt
40-
flags: unittests
41-
fail_ci_if_error: false
33+
run: go test -v ./...
4234

4335
lint:
4436
name: Lint

0 commit comments

Comments
 (0)