postgresqlPackages.timescaledb_toolkit: fix passthru tests
Missed the second reference to the VM tests in
e06b22b254.
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
fetchFromGitHub,
|
||||
lib,
|
||||
nix-update-script,
|
||||
nixosTests,
|
||||
postgresql,
|
||||
}:
|
||||
|
||||
@@ -27,7 +26,7 @@
|
||||
|
||||
passthru = {
|
||||
updateScript = nix-update-script { };
|
||||
tests = nixosTests.postgresql.timescaledb.passthru.override postgresql;
|
||||
tests = postgresql.pkgs.timescaledb.tests;
|
||||
};
|
||||
|
||||
# tests take really long
|
||||
|
||||
Reference in New Issue
Block a user