Skip to content

Commit

Permalink
fix(ci): ensure go packages are compiled before testing
Browse files Browse the repository at this point in the history
Attempt for build speed record
  • Loading branch information
adamreese committed Oct 19, 2016
1 parent 313a9dc commit e11fb39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ run_style_check() {
make test-style
}

# Build to ensure packages are compiled
echo "Running 'make build'"
make build

case "${CIRCLE_NODE_INDEX-0}" in
0) run_unit_test ;;
1) run_style_check ;;
Expand Down

0 comments on commit e11fb39

Please sign in to comment.