cargo test without --lib

This commit is contained in:
Graham Christensen 2018-11-30 23:20:00 -05:00
parent 9cc5afc2ee
commit c1ba548bf1
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -49,7 +49,7 @@ let
postHook = ''
checkPhase() {
( cd "${builtins.toString ./.}/ofborg" && cargo test --lib )
( cd "${builtins.toString ./.}/ofborg" && cargo test --lib -vvvvvvv )
}
'';