Unverified Commit 04fa7e25 authored by Jonathan Davies's avatar Jonathan Davies
Browse files

temporal: Add NixOS test to passthru.tests

parent 20da4c1b
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  fetchFromGitHub,
  buildGoModule,
  nixosTests,
  testers,
  temporal,
}:
@@ -46,9 +47,12 @@ buildGoModule rec {
    runHook postInstall
  '';

  passthru.tests.version = testers.testVersion {
  passthru.tests = {
    inherit (nixosTests) temporal;
    version = testers.testVersion {
      package = temporal;
    };
  };

  meta = {
    description = "Microservice orchestration platform which enables developers to build scalable applications without sacrificing productivity or reliability";