Update build.yml

This commit is contained in:
JB
2022-12-10 21:58:03 +00:00
committed by GitHub
parent 40b7273a53
commit 9c99db426c

View File

@@ -18,7 +18,7 @@ jobs:
run: go vet ./...
- name: Test
run: go test -v -race ./...
run: go test -race ./... && echo true
coverage: