fix pipeline: attempt 5

This commit is contained in:
Greg Gauthier 2021-03-12 10:15:35 +00:00
parent ae4e2e6b65
commit 4e6dce7b04
1 changed files with 1 additions and 0 deletions

View File

@ -21,5 +21,6 @@ pipelines:
# - go test tests/* -v 2>&1 | go-junit-report > test-reports/report.xml
# Build compiles the packages
- mkdir ./build
- go version
- go mod tidy
- go build -a -o ./build/ .