goconvey: tweak test flags

This commit is contained in:
Aaron Jheng 2022-05-20 23:51:28 +00:00
parent b92533e71a
commit fe1c235af9
No known key found for this signature in database
GPG key ID: F6A547A869D050A3

View file

@ -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";