diff --git a/tests/local.mk b/tests/local.mk index efe193356..ff3063d58 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -28,6 +28,7 @@ nix_tests = \ shell.sh \ brotli.sh \ pure-eval.sh \ + check.sh \ plugins.sh \ search.sh \ nix-copy-ssh.sh \ @@ -39,7 +40,6 @@ nix_tests = \ # build-remote-content-addressed-fixed.sh \ # build-remote-trustless-should-pass-3.sh \ # build-remote-trustless-should-pass-0.sh # problem with legacy ssh-store only - # check.sh \ install-tests += $(foreach x, $(nix_tests), tests/$(x))