forked from the-distro/ofborg
cargo test without --lib (for real)
This commit is contained in:
parent
c1ba548bf1
commit
c77e5231e3
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ let
|
|||
|
||||
postHook = ''
|
||||
checkPhase() {
|
||||
( cd "${builtins.toString ./.}/ofborg" && cargo test --lib -vvvvvvv )
|
||||
( cd "${builtins.toString ./.}/ofborg" && cargo test)
|
||||
}
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue