build(justfile): remove itest

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2023-09-12 11:25:30 +02:00
parent c812576e61
commit 23495bb5c7
No known key found for this signature in database
GPG Key ID: 26C542FD97F965CE

View File

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