aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.build.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
index 479e6af..48ed2a4 100644
--- a/.build.yml
+++ b/.build.yml
@@ -13,6 +13,9 @@ tasks:
- setup : |
curl https://nixos.org/nix/install | sh
echo '. $HOME/.nix-profile/etc/profile.d/nix.sh' >> $HOME/.buildenv
+ - tests: |
+ cd website/
+ nix-build -A test
- publish: |
cd website/
nix-build -A publishScript