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

View File

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