Skip to content

Commit

Permalink
Run integration tests against release build
Browse files Browse the repository at this point in the history
  • Loading branch information
timdp committed Apr 29, 2018
1 parent 3a12529 commit 5587abd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -30,5 +30,5 @@ build_release: bin
test_unit:
$(GOCMD) test -v ./...

test_integration: build_debug
test_integration: build_release
test/integration.sh
2 changes: 1 addition & 1 deletion test/integration.sh
Expand Up @@ -4,7 +4,7 @@ set -e

[ -t 1 ] && TTY=1 || TTY=0
ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"
LWC="$ROOT/bin/lwc-debug"
LWC="$ROOT/bin/lwc"
WC="$( which wc )"

failures=0
Expand Down

0 comments on commit 5587abd

Please sign in to comment.