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

View File

@ -160,5 +160,6 @@ jobs:
# https://github.com/status-im/nimbus-eth2/issues/3121
export NIMFLAGS="-d:nimRawSetjmp"
fi
"NIM_COMMIT=${{ matrix.branch }}"
make -j${ncpu} CI_CACHE=NimBinaries ARCH_OVERRIDE=${PLATFORM} QUICK_AND_DIRTY_COMPILER=1 update
make test -j${ncpu}