Fix tests for >1 CPU (fixes #99)

This commit is contained in:
Jakob Borg
2014-03-22 17:06:15 +01:00
parent 68d9454bc4
commit 513100bb92
3 changed files with 42 additions and 25 deletions

View File

@@ -15,7 +15,7 @@ prepare() {
}
test() {
go test ./...
go test -cpu=1,2,4 ./...
}
tarDist() {