mirror of
https://github.com/outbackdingo/qdrant-helm.git
synced 2026-01-27 10:20:18 +00:00
* Make ingressClassName configurable Fixes https://github.com/qdrant/qdrant-helm/issues/84 * Fix CI * Fix CI * Fix CI
12 lines
211 B
Makefile
12 lines
211 B
Makefile
lint:
|
|
helm lint charts/qdrant
|
|
|
|
test-unit:
|
|
go test -v ./test
|
|
|
|
test-integration:
|
|
bats test/integration --verbose-run --show-output-of-passing-tests
|
|
|
|
test-unit-lint:
|
|
gofmt -w -s ./test
|
|
golangci-lint run ./test
|