From f66b9c28b5b055ac3e790d58c8dfda5410c4a6ef Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Mon, 26 Jun 2023 19:30:43 -0600 Subject: [PATCH] wip --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 854daa7..98efd7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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}