Sfoglia il codice sorgente

build(vhs): add test runner to justfile

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 anni fa
parent
commit
33e942a436
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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 #