diff --git a/justfile b/justfile index 31b5cf2c..f1fa81aa 100644 --- a/justfile +++ b/justfile @@ -34,6 +34,8 @@ clean-consensus-deployments: just -f ./cartesi-rollups/contracts/justfile clean-deployments bind-consensus: just -f ./cartesi-rollups/contracts/justfile bind +build-devnet: + just -f ./cartesi-rollups/contracts/justfile build-devnet build-prt: just -f ./prt/contracts/justfile build @@ -84,6 +86,8 @@ test-rollups-honeypot: build-rust-workspace just -f ./prt/tests/rollups/justfile test-honeypot-all test-rollups-honeypot-ci: build-rust-workspace just -f ./prt/tests/rollups/justfile test-honeypot-ci +test-rollups-honeypot-case CASE: build-rust-workspace + just -f ./prt/tests/rollups/justfile test-honeypot-case {{CASE}} view-rollups-logs: just -f ./prt/tests/rollups/justfile read-node-logs diff --git a/prt/tests/rollups/justfile b/prt/tests/rollups/justfile index 86be7088..4c5f6606 100644 --- a/prt/tests/rollups/justfile +++ b/prt/tests/rollups/justfile @@ -15,7 +15,7 @@ test MACH_PATH SCRIPT: TEMPLATE_MACHINE_HASH=0x`xxd -p -c32 {{MACH_PATH}}/machine-image/hash` \ DAVE_APP_FACTORY=`jq -r .address {{DEPLOYMENTS_DIR}}/DaveAppFactory.json` \ INPUT_BOX=`jq -r .address {{DEPLOYMENTS_DIR}}/cartesiRollups.InputBox.json` \ - lua test_cases/{{SCRIPT}}.lua + lua5.4 test_cases/{{SCRIPT}}.lua # run PRT rollups echo test test-echo: