Skip to content

Commit 7e3ce60

Browse files
authored
Merge pull request cli#526 from henvic/impr/race
tests: adding the Go data race detector.
2 parents d4cb2d8 + a1db5c3 commit 7e3ce60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
- name: Build
2424
shell: bash
2525
run: |
26-
go test ./...
26+
go test -race ./...
2727
go build -v ./cmd/gh

0 commit comments

Comments
 (0)