From c1ba548bf1f23b16a1dfacc91cb425966f4bf11a Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Fri, 30 Nov 2018 23:20:00 -0500 Subject: [PATCH] cargo test without --lib --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index c2a96f2..0a5177f 100644 --- a/shell.nix +++ b/shell.nix @@ -49,7 +49,7 @@ let postHook = '' checkPhase() { - ( cd "${builtins.toString ./.}/ofborg" && cargo test --lib ) + ( cd "${builtins.toString ./.}/ofborg" && cargo test --lib -vvvvvvv ) } '';