Skip to content

Commit

Permalink
Fix move prover CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lxfind committed Mar 28, 2023
1 parent 7f6491c commit 9b507fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ jobs:
export Z3_EXE="${BIN_DIR}/z3"
export CVC5_EXE="${BIN_DIR}/cvc5"
export BOOGIE_EXE="${DOTNET_ROOT}/tools/boogie"
/home/runner/.cargo/bin/cargo run -p sui -- move prove -p sui-framework
/home/runner/.cargo/bin/cargo run -p sui -- move prove -p sui-system
../../../target/debug/sui move prove -p sui-framework
../../../target/debug/sui move prove -p sui-system
indexer:
name: indexer
Expand Down

0 comments on commit 9b507fc

Please sign in to comment.