Skip to content

Commit

Permalink
Point to greged93
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Feb 22, 2024
1 parent ade0d94 commit 5d4d105
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions blockchain-tests-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5d4d105

Please sign in to comment.