Skip to content

Commit

Permalink
Updates Makefile to run test-golang
Browse files Browse the repository at this point in the history
  • Loading branch information
radiospiel committed Oct 16, 2019
1 parent e41ff0b commit a45c9f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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-ruby
test: test-golang

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

Expand All @@ -29,7 +29,7 @@ build-golang-all:
# --- ruby specific -----------------------------------------------------------

test-ruby:
ENVY=bin/envy spec/bin/roundup spec/*-test.sh
ENVY=bin/envy.rb spec/bin/roundup spec/*-test.sh

# --- generic -----------------------------------------------------------------

Expand Down

0 comments on commit a45c9f7

Please sign in to comment.