Skip to content

Commit 3f35666

Browse files
committed
fix
1 parent 5aa9b2c commit 3f35666

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ jobs:
2929
run: go mod tidy
3030

3131
- name: Unit tests
32-
run: go test ./...
32+
run: go test -coverprofile=cover_no.out ./...
33+
34+
- name: Clean cover_no.out
35+
run: rm ./cover_no.out
3336

3437
test_cover:
3538
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)