Skip to content

Commit

Permalink
bonsai
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Nov 14, 2018
1 parent 1117595 commit 16760d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test:
usql my://root:mypass@localhost:33306/testdb -f test/my.sql
usql my://root:mypass@localhost:33308/testdb -f test/my.sql
sqlite3 $(CURDIR)/test/testdb.sqlite3 < test/sqlite.sql
$(GO) test -cover -v $(shell $(GO) list ./... | grep -v vendor)
$(GO) test -cover -v $(shell $(GO) list ./...)
make testdoc

cover: depsdev
Expand Down

0 comments on commit 16760d5

Please sign in to comment.