Skip to content

Commit a4b0731

Browse files
authored
Merge pull request #91 from edoardottt/devel
Add race tests
2 parents a17e348 + eddba1c commit a4b0731

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)