From 0ffaac7913565e497c5193d45fd50de78f3241f0 Mon Sep 17 00:00:00 2001 From: lassulus Date: Thu, 25 Aug 2022 15:16:26 +0200 Subject: run all tests on ci --- ci.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci.nix') diff --git a/ci.nix b/ci.nix index cdb3198..3c49ab1 100644 --- a/ci.nix +++ b/ci.nix @@ -3,6 +3,6 @@ let in { test = pkgs.writeScript "test" '' #!/bin/sh - nix-build "${toString ./tests/test.nix}"; + nix-build "${toString ./tests}"; ''; } -- cgit v1.2.3