Try fixing vsc errors
This commit is contained in:
parent
35d7bb80fb
commit
a680a5209a
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ check:
|
|||
- golangci-lint run --build-tags private,solution ./...
|
||||
#- go test -v -tags private,solution ./...
|
||||
#- go test -v -race -tags private,solution ./...
|
||||
- sudo -u nobody HOME=/tmp PATH=$PATH git config --global --add safe.directory /builds/slon/shad-go-private
|
||||
- sudo -u nobody HOME=/tmp PATH=$PATH /usr/local/go/bin/go test -tags private,solution ./...
|
||||
- sudo -u nobody HOME=/tmp PATH=$PATH /usr/local/go/bin/go test -tags private,solution -race ./...
|
||||
|
||||
|
|
Loading…
Reference in a new issue