mirror of
https://github.com/FiloSottile/age.git
synced 2026-03-11 08:55:41 +00:00
.github/workflows: fix FreeBSD tests (#410)
This commit is contained in:
parent
d717942b93
commit
2e20ca5fa7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue