Przeglądaj źródła

build(justfile): remove itest

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 lat temu
rodzic
commit
23495bb5c7
1 zmienionych plików z 0 dodań i 4 usunięć
  1. 0 4
      Justfile

+ 0 - 4
Justfile

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