Skip to content

Commit

Permalink
test runs both scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Niosco committed Mar 11, 2019
1 parent eaeabd4 commit 2403215
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Expand Up @@ -11,7 +11,9 @@ build:
deps:
$(GOGET) ./..

test:
test: test-mock test-api

test-mock:
$(GOTEST) -v --tags mock

test-api:
Expand Down

0 comments on commit 2403215

Please sign in to comment.