diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5483962e..a6fa925d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: with: cache-on-failure: "true" - name: setup - run: make setup setup-kakarot-v1 + run: mkdir -p build/common && make setup setup-kakarot-v1 - uses: taiki-e/install-action@nextest - name: Download Kakarot build artifacts in v0 diff --git a/blockchain-tests-skip.yml b/blockchain-tests-skip.yml index 5e865bae2..034aeb87f 100644 --- a/blockchain-tests-skip.yml +++ b/blockchain-tests-skip.yml @@ -7,13 +7,13 @@ testname: # causing cargo test to just crash at some point regex: stMemoryStressTest: - - mload32bitBound_return.* # ef-tests #565 - - CREATE_Bounds.* # ef-tests #565 - - CREATE2_Bounds.* # ef-tests #565 - - CALL_Bounds.* # ef-tests #565 - - CALLCODE_Bounds.* # ef-tests #565 - - DELEGATECALL_Bounds.* # ef-tests #565 - - static_CALL_Bounds.* # ef-tests #565 + - mload32bitBound_return.* + - CREATE_Bounds.* + - CREATE2_Bounds.* + - CALL_Bounds.* + - CALLCODE_Bounds.* + - DELEGATECALL_Bounds.* + - static_CALL_Bounds.* stZeroKnowledge: - .*ecmul.* stZeroKnowledge2: