aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 6a82621..2655a59 100644
--- a/default.nix
+++ b/default.nix
@@ -59,7 +59,7 @@ in rec {
'';
test = drv "test" ''
export JEKYLL_ENV=production
- ./tests.sh
+ make check
touch $out
'';
shell = pkgs.mkShell {