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