radicle-cli: add version test

This commit is contained in:
amesgen 2023-02-13 23:03:42 +01:00
parent 49c92de87a
commit 58901b1389
No known key found for this signature in database
GPG key ID: 1A89EC203635A13D

View file

@ -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";