Files
qdrant-helm/Makefile
2024-01-02 18:59:17 +01:00

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