From 23495bb5c73358397f01276429337a311e979f77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Tue, 12 Sep 2023 11:25:30 +0200 Subject: [PATCH] build(justfile): remove itest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- Justfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Justfile b/Justfile index c711897b..b5ac2d5d 100644 --- a/Justfile +++ b/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 # #------------------------#