Unverified Commit 4cc665fe authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #214963 from LeSuisse/freshrss-fix-passthru-tests

parents e7e447a1 f4c1ef09
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -17,7 +17,9 @@ stdenvNoCC.mkDerivation rec {
    hash = "sha256-l1SOaQA4C8yXbrfi7pEE1PpUO4DVmLTTDUSACCSQ5LE=";
  };

  passthru.tests = nixosTests.freshrss;
  passthru.tests = {
    inherit (nixosTests) freshrss-sqlite freshrss-pgsql;
  };

  buildInputs = [ php ];