Skip to content

Commit

Permalink
fix: call export on other tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
dbcfd committed Feb 27, 2024
1 parent 4c1ad5a commit 8ab5f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 8ab5f38

Please sign in to comment.