fix: remove ssh keys

This commit is contained in:
2020-09-02 13:28:21 +02:00
parent a19d252b73
commit a50da9bbed
7 changed files with 103 additions and 21 deletions

View File

@ -64,6 +64,15 @@ PHONY+=clean
clean:
-rm --force --recursive bin/
# TEST
# ==============================================================================
PHONY+=test/unit
test/unit:
go test -v -race -coverprofile=coverage.txt -covermode=atomic -timeout 600s -count=1 ./...
test/coverage: test/unit
go tool cover -html=coverage.txt
# PHONY
# ==============================================================================
# Declare the contents of the PHONY variable as phony. We keep that information