mirror of
https://github.com/outbackdingo/qdrant-helm.git
synced 2026-01-27 10:20:18 +00:00
13 lines
164 B
Makefile
13 lines
164 B
Makefile
lint:
|
|
helm lint charts/qdrant
|
|
|
|
test-unit:
|
|
go test ./test
|
|
|
|
test-integration:
|
|
bats test/integration
|
|
|
|
test-unit-lint:
|
|
gofmt -w -s ./test
|
|
golangci-lint run ./test
|