Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Run 'go test -i' before we run the test suite #5750
Conversation
jameinel
closed this
Jul 1, 2016
jameinel
deleted the
jameinel:build-everything-first
branch
Dec 13, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jameinel commentedJul 1, 2016
•
Edited 1 time
-
ericsnowcurrently
Jul 1, 2016
The build machine uses 'make check' to run the test suite. This should help compile speed for each of the packages, since all of the shared libraries should only be built once.
(Review request: http://reviews.vapour.ws/r/5196/)