Skip to content

Commit aec6096

Browse files
committed
fix(Makefile): Update help and ensure funding script is executed before tests
1 parent d41e4c1 commit aec6096

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Makefile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ help:
88
@echo " make logs - Watch log output from services"
99
@echo " make down - Stop all services and remove containers"
1010
@echo " make fmt - Run cargo fmt"
11-
@echo " make test-local - Run local tests"
11+
@echo " make rav_tests - Run end to end tests"
1212
@echo ""
1313
@echo "Development workflow:"
1414
@echo " 1. Run 'make setup' to initialize everything"
@@ -42,8 +42,7 @@ down:
4242
fmt:
4343
cargo fmt
4444

45-
test-local:
46-
cd tests && ./run-test-local.sh
47-
4845
rav_tests:
49-
cd rav_e2e/ && cargo run
46+
# First fund the escrow account
47+
cd rav_e2e && ./fund_escrow.sh
48+
cd rav_e2e && cargo run

0 commit comments

Comments
 (0)