build: Use purego build tag on tests
This commit is contained in:
parent
0e996c4664
commit
8ac862f50a
4
build.go
4
build.go
@ -339,9 +339,9 @@ func test(pkgs ...string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if useRace {
|
if useRace {
|
||||||
runPrint("go", append([]string{"test", "-short", "-race", "-timeout", "60s"}, pkgs...)...)
|
runPrint("go", append([]string{"test", "-short", "-race", "-timeout", "60s", "-tags", "purego"}, pkgs...)...)
|
||||||
} else {
|
} else {
|
||||||
runPrint("go", append([]string{"test", "-short", "-timeout", "60s"}, pkgs...)...)
|
runPrint("go", append([]string{"test", "-short", "-timeout", "60s", "-tags", "purego"}, pkgs...)...)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user