From 9dd047d674147940736627610664ab8353c65295 Mon Sep 17 00:00:00 2001 From: yihuaf Date: Fri, 9 Jun 2023 10:34:23 -0700 Subject: [PATCH] minor fix to just Signed-off-by: yihuaf --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 21aa49fa..1e6c26da 100644 --- a/justfile +++ b/justfile @@ -24,7 +24,6 @@ runtimetest: rust-oci-tests-bin: ./scripts/build.sh -o {{ ROOT }} -r -c integration-test - # Tests # run oci tests @@ -86,6 +85,7 @@ clean: dev-prepare: cargo install typos-cli +# setup dependencies in CI ci-prepare: #!/usr/bin/env bash set -euo pipefail