Skip to content

Commit 7b60fd0

Browse files
committed
ci
1 parent c8442cf commit 7b60fd0

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: [ main, "blink/*" ]
65
pull_request:
7-
branches: [ main ]
86

97
jobs:
108
test:
@@ -42,15 +40,7 @@ jobs:
4240
run: go mod verify
4341

4442
- name: Run tests
45-
run: go test -v -race -coverprofile=coverage.out ./...
43+
run: go test -v -race ./...
4644

4745
- name: Run build
48-
run: go build -v ./...
49-
50-
- name: Upload coverage to Codecov (Linux only)
51-
if: matrix.os == 'ubuntu-latest'
52-
uses: codecov/codecov-action@v4
53-
with:
54-
file: ./coverage.out
55-
flags: unittests
56-
name: codecov-umbrella
46+
run: go build -v ./...

0 commit comments

Comments
 (0)