Commit e11fb39f authored by Adam Reese's avatar Adam Reese

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

Attempt for build speed record
parent 313a9dc4
......@@ -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 ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment