Skip to content

Commit

Permalink
refreshenv
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov authored Mar 20, 2020
1 parent 82ca053 commit 122ec9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,15 @@ windows_task:
os_version: 2019
install_script: choco install -y golang
build_script:
- refreshenv
- go version
- go get ./...
- go build -race -v ./...
test_script:
- refreshenv
- go test -race -v ./...
bench_script:
- refreshenv
- go test -run=XXX -bench=. ./...

freebsd_task:
Expand Down

0 comments on commit 122ec9e

Please sign in to comment.