diff --git a/tests/local.mk b/tests/local.mk index c8aed0390..2cb65867c 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -19,8 +19,10 @@ nix_tests = \ build-remote-input-addressed.sh \ build-remote-content-addressed-fixed.sh \ build-remote-content-addressed-floating.sh \ + build-remote-trustless-should-pass-0.sh \ build-remote-trustless-should-pass-1.sh \ build-remote-trustless-should-pass-2.sh \ + build-remote-trustless-should-pass-3.sh \ build-remote-trustless-should-fail-0.sh \ ssh-relay.sh \ nar-access.sh \ @@ -47,9 +49,6 @@ nix_tests = \ build.sh \ compute-levels.sh # parallel.sh - # build-remote-content-addressed-fixed.sh # problem with fixed output derivations - # build-remote-trustless-should-pass-0.sh # problem with legacy ssh-store only - # build-remote-trustless-should-pass-3.sh # problem with fixed output derivations install-tests += $(foreach x, $(nix_tests), tests/$(x))