Justfile: Add target to clean up

This commit is contained in:
2022-01-08 23:09:47 +01:00
parent fd6b3b7438
commit f10ae25b2a

View File

@@ -52,3 +52,6 @@ check-pip-requirements: e2e-venv
@cd ./e2e_tests \
&& . ./venv/bin/activate \
&& pip list --outdated | grep -q '.' && exit 1 || exit 0
clean:
cargo clean