We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d41e4c1 commit aec6096Copy full SHA for aec6096
Makefile
@@ -8,7 +8,7 @@ help:
8
@echo " make logs - Watch log output from services"
9
@echo " make down - Stop all services and remove containers"
10
@echo " make fmt - Run cargo fmt"
11
- @echo " make test-local - Run local tests"
+ @echo " make rav_tests - Run end to end tests"
12
@echo ""
13
@echo "Development workflow:"
14
@echo " 1. Run 'make setup' to initialize everything"
@@ -42,8 +42,7 @@ down:
42
fmt:
43
cargo fmt
44
45
-test-local:
46
- cd tests && ./run-test-local.sh
47
-
48
rav_tests:
49
- cd rav_e2e/ && cargo run
+ # First fund the escrow account
+ cd rav_e2e && ./fund_escrow.sh
+ cd rav_e2e && cargo run
0 commit comments