kool: add version test
This commit is contained in:
parent
efa532e530
commit
1c5c22ec13
1 changed files with 8 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
{ lib
|
||||
, buildGoModule
|
||||
, fetchFromGitHub
|
||||
, testers
|
||||
, kool
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
|
@ -22,6 +24,12 @@ buildGoModule rec {
|
|||
"-X=kool-dev/kool/commands.version=${version}"
|
||||
];
|
||||
|
||||
passthru.tests = {
|
||||
version = testers.testVersion {
|
||||
package = kool;
|
||||
};
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "From local development to the cloud: development workflow made easy";
|
||||
homepage = "https://kool.dev";
|
||||
|
|
Loading…
Reference in a new issue