Mounting CI
parent
47eae56dab
commit
3418f5087f
6
Makefile
6
Makefile
|
@ -1,11 +1,11 @@
|
|||
lint: install-lint-deps
|
||||
golangci-lint run ./previewer/... ./internal/...
|
||||
golangci-lint run ./pkg/...
|
||||
|
||||
fast-test:
|
||||
go test -race -count 100 -timeout 30s -short ./internal/...
|
||||
go test -race -count 100 -timeout 30s -short ./pkg/...
|
||||
|
||||
slow-test:
|
||||
go test -race -timeout 150s -run Slow ./internal/...
|
||||
go test -race -timeout 150s -run Slow ./pkg/...
|
||||
|
||||
install-lint-deps:
|
||||
rm -rf $(shell go env GOPATH)/bin/golangci-lint
|
||||
|
|
Loading…
Reference in New Issue