Procházet zdrojové kódy

build(vhs): add test runner to justfile

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen před 2 roky
rodič
revize
33e942a436
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3 0
      Justfile

+ 3 - 0
Justfile

@@ -36,6 +36,9 @@ all-release: build-release test-release
 @test-release:
     cargo test --workspace --release --verbose
 
+alias itest := integration_tests
+@integration_tests:
+    ./tests/vhs-runner.sh
 
 #------------------------#
 # running extended tests #