Skip to content

Commit eddba1c

Browse files
committed
Add race tests
1 parent b90dc40 commit eddba1c

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v2
1818
with:
19-
go-version: 1.17
19+
go-version: 1.18
2020

2121
- name: Build
2222
run: go build -v ./...
2323

2424
- name: Test
25-
run: go test -v ./...
25+
run: go test -v ./...
26+
27+
- name: Race
28+
run: go build -race ./...

0 commit comments

Comments
 (0)