Skip to content

Commit

Permalink
update v2
Browse files Browse the repository at this point in the history
  • Loading branch information
rahxephon89 committed Nov 13, 2024
1 parent 1142552 commit 2da6849
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/actions/move-tests-compiler-v2/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ runs:
run: cargo x affected-packages -vv
shell: bash

# Run Aptos Move tests with compiler V2
- name: Run Aptos Move tests with compiler V2
run: cargo x targeted-compiler-v2-tests -vv --release --profile ci --locked --no-fail-fast
# Run move_pr.sh -i2
- name: Run move_pr.sh with V2 flag
shell: bash
run: third_party/move/scripts/move_pr.sh -i2
env:
MOVE_COMPILER_V2: true
RUST_MIN_STACK: 4297152
MVP_TEST_ON_CI: true
SOLC_EXE: /home/runner/bin/solc
Expand Down

0 comments on commit 2da6849

Please sign in to comment.