goconvey: tweak test flags
This commit is contained in:
parent
b92533e71a
commit
fe1c235af9
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,9 @@ buildGoModule rec {
|
|||
|
||||
ldflags = [ "-s" "-w" ];
|
||||
|
||||
checkFlags = [ "-short" ];
|
||||
preCheck = ''
|
||||
buildFlagsArray+="-short"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Go testing in the browser. Integrates with `go test`. Write behavioral tests in Go";
|
||||
|
|
Loading…
Reference in a new issue