From 2439657d6682fb2958f7cba97486dcc6e7cb4769 Mon Sep 17 00:00:00 2001 From: Joe Bryan Date: Fri, 11 Nov 2022 10:29:29 -0500 Subject: [PATCH] build: run unit tests early on linux --- .github/workflows/vere.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/vere.yml b/.github/workflows/vere.yml index 09cb24999..af5c7d51e 100644 --- a/.github/workflows/vere.yml +++ b/.github/workflows/vere.yml @@ -74,6 +74,11 @@ jobs: name: ares authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} + # run unit tests early on linux (x-compilation will skip them) + - name: build dynamic binary (and run tests) + if: ${{ matrix.type == 'linux' }} + run: nix-build -A urbit + - name: build static binary run: | nix-build -A urbit \