fix(ci): ensure go packages are compiled before testing

Attempt for build speed record
pull/1415/head
Adam Reese 8 years ago
parent 313a9dc4a3
commit e11fb39f6d

@ -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 ;;

Loading…
Cancel
Save