cargo test without --lib (for real)

This commit is contained in:
Graham Christensen 2018-11-30 23:25:01 -05:00
parent c1ba548bf1
commit c77e5231e3
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 -vvvvvvv )
( cd "${builtins.toString ./.}/ofborg" && cargo test)
}
'';