Explorar el Código

build(vhs): add test runner to justfile

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen hace 2 años
padre
commit
33e942a436
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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 #