newsboat: do rust tests - use preCheck, not checkPhase
This commit is contained in:
parent
d505a0d169
commit
6f0c123d8a
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
doCheck = true;
|
||||
|
||||
checkPhase = ''
|
||||
preCheck = ''
|
||||
make test
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue