From 67e07a05f7d34a373e577a18ad44cb2e22e35074 Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Mon, 9 Sep 2024 01:23:34 -0300 Subject: [PATCH] add nix prelude test to ci --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bc71fbcf1..10af8b0c4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -587,6 +587,10 @@ jobs: run: make working-directory: ./test/javascript_prelude + - name: Test Nix prelude + run: make + working-directory: ./test/nix_prelude + - name: Test export of hex tarball run: make test working-directory: ./test/hextarball