We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d723fb3 commit 3e71cd7Copy full SHA for 3e71cd7
.cirrus.yml
@@ -6,8 +6,8 @@ freebsd_12_task:
6
freebsd_instance:
7
image_family: freebsd-12-3
8
install_script: |
9
- pkg install -y git go
+ pkg install -y go
10
GOBIN=$PWD/bin go install golang.org/dl/${GO_VERSION}@latest
11
bin/${GO_VERSION} download
12
build_script: bin/${GO_VERSION} build -buildvcs=false -v ./...
13
- test_script: bin/${GO_VERSION} test -race ./...
+ test_script: bin/${GO_VERSION} test -buildvcs=false -race ./...
0 commit comments