Explorar o código

build(vhs): add test runner to justfile

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen %!s(int64=2) %!d(string=hai) anos
pai
achega
33e942a436
Modificáronse 1 ficheiros con 3 adicións e 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 #