mirror of
https://github.com/edoardottt/cariddi.git
synced 2026-09-26 19:44:55 +02:00
Add race tests
This commit is contained in:
@@ -16,10 +16,13 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.17
|
||||
go-version: 1.18
|
||||
|
||||
- name: Build
|
||||
run: go build -v ./...
|
||||
|
||||
- name: Test
|
||||
run: go test -v ./...
|
||||
run: go test -v ./...
|
||||
|
||||
- name: Race
|
||||
run: go build -race ./...
|
||||
Reference in New Issue
Block a user