mirror of
https://github.com/logos-storage/logos-storage-nim-dht.git
synced 2026-02-07 23:13:20 +00:00
wip
This commit is contained in:
parent
f66b9c28b5
commit
de1e22d976
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -15,8 +15,8 @@ jobs:
|
||||
target:
|
||||
- os: linux
|
||||
cpu: amd64
|
||||
- os: linux
|
||||
cpu: i386
|
||||
# - os: linux
|
||||
# cpu: i386
|
||||
- os: macos
|
||||
cpu: amd64
|
||||
- os: windows
|
||||
@ -154,12 +154,11 @@ 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} update
|
||||
make -j${ncpu} CI_CACHE=NimBinaries ARCH_OVERRIDE=${PLATFORM} QUICK_AND_DIRTY_COMPILER=1 update
|
||||
make test -j${ncpu}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user