From 8ab5f38c17412d4d4151655da1e4da86bc669559 Mon Sep 17 00:00:00 2001 From: Danny Browning Date: Tue, 27 Feb 2024 11:15:27 -0700 Subject: [PATCH] fix: call export on other tasks --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 95a066a..45db98f 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ release-pr: debug: $(CARGO) build -p checkpointer --locked -.PHONY: test +.PHONY: test export-all-variables test: # Setup scaffolding ./ci-scripts/setup_test_env.sh @@ -92,7 +92,7 @@ check-clippy: run: RUST_LOG=WARN,checkpointer=DEBUG $(CARGO) run --all-features --locked --release --bin checkpointer -.PHONY: build-docker +.PHONY: build-docker export-all-variables build-docker: ./ci-scripts/image.sh