diff --git a/Makefile b/Makefile index 1be70d9..15b8e77 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ run-rpc: # Run all components concurrently run-all: - make -j run-anvil run-share run-operator & + make -j run-anvil run-share run-operator run-rpc & # Run all in background and example (used by CI) run-ci: