Skip to content

Commit

Permalink
fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
wangtuanjie committed Jun 19, 2020
1 parent e6509d1 commit 2f6f8c1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
all: test bench build
all: test build

test:
go test -v -race ./...

build:
@cd example/qip && bash build.sh && mv qip ../../
go build ./...

bench:
go test -bench=Find .

0 comments on commit 2f6f8c1

Please sign in to comment.