Skip to content

Commit 697781d

Browse files
committed
update go test workflow
1 parent ebd3ab1 commit 697781d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/go.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ on:
88
branches: [ "main" ]
99
paths-ignore:
1010
- "**/*.md"
11+
- "CODEOWNERS"
12+
- "Makefile"
1113
pull_request:
1214
branches: [ "main" ]
1315
paths-ignore:
1416
- "**/*.md"
17+
- "CODEOWNERS"
18+
- "Makefile"
1519

1620
jobs:
1721

@@ -29,4 +33,4 @@ jobs:
2933
run: go build -v ./...
3034

3135
- name: Test
32-
run: go test -v ./...
36+
run: go test -v ./... -race -cover

0 commit comments

Comments
 (0)