.github/workflows: fix FreeBSD tests (#410)

This commit is contained in:
Filippo Valsorda
2022-04-26 14:29:40 -04:00
committed by GitHub
parent d717942b93
commit 2e20ca5fa7

View File

@@ -38,7 +38,7 @@ jobs:
freebsd-version
pkg install -y go
go version
run: go test -race ./...
run: go test -buildvcs=false -race ./...
gotip:
name: Test (Go tip)
strategy: