From fe1c235af983cb58dcfa6c684d4afd8222112142 Mon Sep 17 00:00:00 2001 From: Aaron Jheng Date: Fri, 20 May 2022 23:51:28 +0000 Subject: goconvey: tweak test flags --- pkgs/development/tools/goconvey/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/development/tools/goconvey/default.nix b/pkgs/development/tools/goconvey/default.nix index 802be18e566..1a8039d42b7 100644 --- a/pkgs/development/tools/goconvey/default.nix +++ b/pkgs/development/tools/goconvey/default.nix @@ -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"; -- cgit 1.4.1