Skip to content

Commit

Permalink
Makefile: build before testing
Browse files Browse the repository at this point in the history
We build first to check for compilation errors.
  • Loading branch information
radiospiel committed Jan 6, 2020
1 parent 0cfec7f commit 41deb4c
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 @@ -3,7 +3,7 @@
default: build-golang
#default: test-ruby install doc

test: test-golang
test: build-golang test-golang

# -- go specific --------------------------------------------------------------

Expand Down

0 comments on commit 41deb4c

Please sign in to comment.