Skip to content

Commit 2ffca78

Browse files
committed
feat(ci): test with race detector
1 parent 731f973 commit 2ffca78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
install-mode: goinstall
2121
version: v2.6.1
2222
- name: Test
23-
run: go test ./...
23+
run: go test -race ./...
2424
release-please:
2525
name: Run Release Please
2626
runs-on: ubuntu-latest

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
install-mode: goinstall
2222
version: v2.6.1
2323
- name: Test
24-
run: go test ./...
24+
run: go test -race ./...

0 commit comments

Comments
 (0)