This commit is contained in:
Dmitriy Ryajov 2023-06-26 19:31:29 -06:00
parent f66b9c28b5
commit de1e22d976
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

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