Skip to content

Commit

Permalink
Merge branch 'main' into teng/add-move-1-flags
Browse files Browse the repository at this point in the history
  • Loading branch information
rahxephon89 authored Jan 10, 2025
2 parents f3d0a4f + 979b66f commit 6b4bee7
Show file tree
Hide file tree
Showing 127 changed files with 884 additions and 2,465 deletions.
37 changes: 0 additions & 37 deletions .github/actions/move-tests-compiler-v2/action.yaml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/actions/rust-targeted-unit-tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,21 @@ runs:
run: |
cargo x targeted-unit-tests -vvv --profile ci --cargo-profile ci --locked --no-fail-fast --retries 3
shell: bash
env:
MVC_BLOCK_V1: "true"
INDEXER_DATABASE_URL: postgresql://postgres@localhost/postgres
RUST_MIN_STACK: "4297152"
MVP_TEST_ON_CI: "true"
SOLC_EXE: /home/runner/bin/solc
Z3_EXE: /home/runner/bin/z3
CVC5_EXE: /home/runner/bin/cvc5
DOTNET_ROOT: /home/runner/.dotnet
BOOGIE_EXE: /home/runner/.dotnet/tools/boogie

- name: Run only the targeted unit tests for compiler v1
run: |
cargo x targeted-compiler-unit-tests -vvv --profile ci --cargo-profile ci --locked --no-fail-fast --retries 3
shell: bash
env:
INDEXER_DATABASE_URL: postgresql://postgres@localhost/postgres
RUST_MIN_STACK: "4297152"
Expand Down
35 changes: 0 additions & 35 deletions .github/workflows/move-test-compiler-v2.yaml

This file was deleted.

Loading

0 comments on commit 6b4bee7

Please sign in to comment.