Procházet zdrojové kódy

build(justfile): remove itest

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen před 2 roky
rodič
revize
23495bb5c7
1 změnil soubory, kde provedl 0 přidání a 4 odebrání
  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 #
 #------------------------#