radicle-cli: add version test
This commit is contained in:
parent
49c92de87a
commit
58901b1389
1 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
|||
, AppKit
|
||||
, git
|
||||
, openssh
|
||||
, testers
|
||||
, radicle-cli
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
|
@ -59,6 +61,10 @@ rustPlatform.buildRustPackage rec {
|
|||
eval $(ssh-agent)
|
||||
'';
|
||||
|
||||
passthru.tests = {
|
||||
version = testers.testVersion { package = radicle-cli; };
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Command-line tooling for Radicle, a decentralized code collaboration network";
|
||||
homepage = "https://radicle.xyz";
|
||||
|
|
Loading…
Reference in a new issue