mirror of
https://github.com/codex-storage/nim-codex-dht.git
synced 2025-02-14 12:57:21 +00:00
wip
This commit is contained in:
parent
6a3fc4aee6
commit
f66b9c28b5
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -154,11 +154,12 @@ jobs:
|
||||
# shell: ${{ matrix.shell }} {0}
|
||||
# run: echo "NIM_COMMIT=${{ matrix.branch }}" >> ${GITHUB_ENV}
|
||||
|
||||
# make -j${ncpu} CI_CACHE=NimBinaries ARCH_OVERRIDE=${PLATFORM} QUICK_AND_DIRTY_COMPILER=1 update
|
||||
- name: Run tests
|
||||
run: |
|
||||
if [[ "${{ matrix.target.os }}" == "windows" ]]; then
|
||||
# https://github.com/status-im/nimbus-eth2/issues/3121
|
||||
export NIMFLAGS="-d:nimRawSetjmp"
|
||||
fi
|
||||
make -j${ncpu} CI_CACHE=NimBinaries ARCH_OVERRIDE=${PLATFORM} QUICK_AND_DIRTY_COMPILER=1 update
|
||||
make -j${ncpu} update
|
||||
make test -j${ncpu}
|
||||
|
Loading…
x
Reference in New Issue
Block a user