mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-01 19:46:36 +03:00
build: run unit tests early on linux
This commit is contained in:
parent
4798cbee8b
commit
2439657d66
5
.github/workflows/vere.yml
vendored
5
.github/workflows/vere.yml
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user