You've already forked set-sshkeys
fix: remove ssh keys
This commit is contained in:
9
Makefile
9
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user