cargo build then test

This commit is contained in:
Graham Christensen 2018-12-01 08:50:54 -05:00
parent c77e5231e3
commit 8772e2b4a9
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)
( cd "${builtins.toString ./.}/ofborg" && cargo build && cargo test)
}
'';