mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-04 13:19:48 +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
|
name: ares
|
||||||
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
|
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
|
- name: build static binary
|
||||||
run: |
|
run: |
|
||||||
nix-build -A urbit \
|
nix-build -A urbit \
|
||||||
|
Loading…
Reference in New Issue
Block a user