build: run unit tests early on linux

This commit is contained in:
Joe Bryan 2022-11-11 10:29:29 -05:00
parent 4798cbee8b
commit 2439657d66

View File

@ -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 \