Merge pull request #139 from letsencrypt/test_speedup

Speed up test runs by pre-compiling sqlite3. Kudos to @jmhodges for the ...
This commit is contained in:
jsha 2015-05-01 15:18:47 -07:00
commit 4282b18736
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ run go vet -x ./...
[ -e $GOBIN/golint ] && run $GOBIN/golint ./...
# Ensure SQLite is installed so we don't recompile it each time
go install ./Godeps/_workspace/src/github.com/mattn/go-sqlite3
# All the subdirectories
doTest analysis
doTest ca