diff --git a/justfile b/justfile index 55ba5fda..7184e79e 100644 --- a/justfile +++ b/justfile @@ -25,17 +25,12 @@ test-online: just test "-E 'test(test_online)'" # Run action tests for the client program on the native target -action-tests test_name='Test_ProgramAction': +action-tests test_name='Test_ProgramAction': monorepo #!/bin/bash - if [ ! -d "monorepo" ]; then - echo "Monorepo not found. Cloning..." - git clone https://github.com/ethereum-optimism/monorepo - fi - if [ ! -d "monorepo/.devnet" ]; then echo "Building devnet allocs for the monorepo" - (cd monorepo && make devnet-allocs) + (cd monorepo && make devnet-allocs-tests) fi echo "Building client and host programs for the native target"