Skip to content

Commit

Permalink
disable cairo native
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Dec 6, 2024
1 parent 6ea2a0b commit cc6415d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ssj-ef-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
with:
repository: kkrt-labs/ef-tests
path: ef-tests # Check out to a subdirectory to avoid cleaning the kakarot-ssj directory
ref: ci/add-native-runtime-env

- name: Checkout local skip file
uses: actions/checkout@v4
Expand Down Expand Up @@ -85,9 +84,11 @@ jobs:
- name: Run tests
working-directory: ef-tests
# If we want to enable native mode:
# RUST_MIN_STACK=1342177280 make ef-test-v1-native | tee test_v1.out
run: |
set -o pipefail
RUST_BACKTRACE=1 RUST_MIN_STACK=1342177280 make ef-test-v1-native | tee test_v1.out
make ef-test-v1 | tee test_v1.out
set +o pipefail
- name: Retrieve ef-tests execution resources
Expand Down

0 comments on commit cc6415d

Please sign in to comment.