mirror of
https://github.com/VinGarcia/ksql.git
synced 2025-04-27 13:12:34 +00:00
Update Makefile to run all tests locally
This commit is contained in:
parent
60835ac429
commit
4e3cc96919
4
Makefile
4
Makefile
@ -7,6 +7,10 @@ TIME=1s
|
|||||||
|
|
||||||
test: setup
|
test: setup
|
||||||
$(GOBIN)/richgo test $(path) $(args)
|
$(GOBIN)/richgo test $(path) $(args)
|
||||||
|
@( cd adapters/kpgx ; $(GOBIN)/richgo test $(path) $(args) )
|
||||||
|
@( cd adapters/kmysql ; $(GOBIN)/richgo test $(path) $(args) )
|
||||||
|
@( cd adapters/ksqlserver ; $(GOBIN)/richgo test $(path) $(args) )
|
||||||
|
@( cd adapters/ksqlite3 ; $(GOBIN)/richgo test $(path) $(args) )
|
||||||
|
|
||||||
bench:
|
bench:
|
||||||
cd benchmarks && go test -bench=. -benchtime=$(TIME)
|
cd benchmarks && go test -bench=. -benchtime=$(TIME)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user