Skip to content

Commit

Permalink
fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
i582 committed Nov 13, 2020
1 parent 9573811 commit 2900978
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
NOW=`date +%Y%m%d%H%M%S`
OS=`uname -n -m`
AFTER_COMMIT=`git rev-parse HEAD`
GOPATH_DIR=`go env GOPATH`

install:
go install .

check:
@echo "running tests..."
@go test -count 1 -coverprofile=coverage.txt -covermode=atomic -race -v ./test/...
@go test -count 1 -v ./...
@echo "everything is OK"

.PHONY: check

0 comments on commit 2900978

Please sign in to comment.