File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -436,6 +436,8 @@ e2e-rpc-downloader:
436
436
#!/ bin/ bash
437
437
mkdir e2e_logs
438
438
439
+ just build
440
+
439
441
just _log " Starting Stratus"
440
442
just run -a 0.0.0.0 :3000 > e2e_logs/ e2e-rpc-downloader-stratus.log &
441
443
just _wait_for_stratus
@@ -467,6 +469,8 @@ e2e-importer-offline:
467
469
468
470
rm -rf data/ importer-offline-database-rocksdb
469
471
472
+ just build
473
+
470
474
just _log " Starting Stratus"
471
475
just stratus -a 0.0.0.0 :3000 > e2e_logs/ e2e-importer-offline-stratus.log &
472
476
just _wait_for_stratus
@@ -661,4 +665,10 @@ stratus-test-coverage *args="":
661
665
662
666
just _coverage-run-stratus-recipe e2e-admin-password
663
667
668
+ just _coverage-run-stratus-recipe e2e-rpc-downloader
669
+
670
+ just _coverage-run-stratus-recipe e2e-importer-offline
671
+
672
+ - rm -r data/ importer-offline-database-rocksdb
673
+
664
674
cargo llvm-cov report {{ args}}
You can’t perform that action at this time.
0 commit comments