remove foolsday3 from tests
This commit is contained in:
parent
2d07b24e49
commit
1589f1e9b6
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ check:
|
|||
- golangci-lint run --build-tags private,solution ./...
|
||||
#- go test -v -tags private,solution ./...
|
||||
#- go test -v -race -tags private,solution ./...
|
||||
- go test $(go list -tags private,solution ./... | grep -v /dockertest) -tags private,solution -v ./...
|
||||
- go test $(go list -tags private,solution ./... | grep -v /dockertest | grep -v /foolsday3) -tags private,solution -v ./...
|
||||
- go test $(go list -tags private,solution ./... | grep -v /dockertest) -tags private,solution -v -race ./...
|
||||
|
||||
rebuild-base-image:
|
||||
|
|
Loading…
Reference in a new issue