Skip to content
This repository was archived by the owner on Mar 30, 2020. It is now read-only.

Commit 6d2627e

Browse files
committed
fixing tests
1 parent b15e9ee commit 6d2627e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ build: assets dependencies
3232

3333
test: dependencies
3434
cd $(BASE_PATH)/http; $(BINDATA) --debug $(ASSETS)
35-
$(GOTEST) -v ./... --github --slow
35+
cd $(BASE_PATH)/core; $(GOTEST) -v . --github --slow
36+
cd $(BASE_PATH)/config; $(GOTEST) -v .
3637

3738
dependencies:
3839
$(GOGET) -d -v ./...

0 commit comments

Comments
 (0)