Skip to content

Commit

Permalink
Makefile: Use "--stop-on-fail" for "make apitest"
Browse files Browse the repository at this point in the history
This is better for tests, it stops if an error occurrs...
  • Loading branch information
martinrode committed Jul 2, 2020
1 parent 2767532 commit 824b23a
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 @@ -5,7 +5,7 @@ test:
go test ./...

apitest:
./apitest -d test/
./apitest --stop-on-fail -d test/

gox:
go get github.com/mitchellh/gox
Expand Down

0 comments on commit 824b23a

Please sign in to comment.