diff --git a/shell.nix b/shell.nix index 0a5177f..784ff59 100644 --- a/shell.nix +++ b/shell.nix @@ -49,7 +49,7 @@ let postHook = '' checkPhase() { - ( cd "${builtins.toString ./.}/ofborg" && cargo test --lib -vvvvvvv ) + ( cd "${builtins.toString ./.}/ofborg" && cargo test) } '';