Skip to content
Snippets Groups Projects
Commit 9b8a3d09 authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

add test to makefile

parent 9eebaeb5
No related branches found
No related tags found
3 merge requests!71Draft: Resolve "Create DB connection instead of using memory only",!66Resolve "Enable TLS between KMS",!49Improve general project repo (Tests, etc.)
Pipeline #186731 failed
......@@ -38,6 +38,10 @@ lint: install-tools
lint-fix: install-tools
./$(TOOLS_DIR)/golangci-lint run --config .golangci.yml --fix | jq
test:
go test -v ./ekms/...
go test -v ./quantumlayer/...
build-ekms: pre
CGO_ENABLED=0 $(GOBUILD) -o $(BUILD_ARTIFACTS_PATH)/ekms ./ekms/main.go
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment