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 # #------------------------#