Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
fix ef-tests resources
Browse files Browse the repository at this point in the history
  • Loading branch information
obatirou committed Oct 7, 2024
1 parent 2c8fb60 commit d28da9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ssj-ef-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
working-directory: ef-tests
run: |
set -o pipefail
RUST_MIN_STACK=1342177280 make ef-test-v1-native | tee data.txt
RUST_MIN_STACK=1342177280 make ef-test-v1-native | tee data_v1.out
set +o pipefail
- name: Retrieve ef-tests execution resources
Expand Down

0 comments on commit d28da9b

Please sign in to comment.