Skip to content

Commit

Permalink
Merge pull request #12 from wangtuanjie/wtj
Browse files Browse the repository at this point in the history
fix Makefile
  • Loading branch information
wangtuanjie authored Jun 19, 2020
2 parents 01f5c3f + 2f6f8c1 commit 5ebb909
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 5ebb909

Please sign in to comment.