Skip to content

Commit

Permalink
fix: try export all variables
Browse files Browse the repository at this point in the history
  • Loading branch information
dbcfd committed Feb 27, 2024
1 parent 402c9b8 commit 4c1ad5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ DID_PRIVATE_KEY ?= ${DID_PRIVATE_KEY}
DATABASE_URL ?= ${DATABASE_URL}
RUST_LOG ?= ${RUST_LOG}

.export-all-variables:

.PHONY: all
all: build check-fmt check-clippy test

.PHONY: build
.PHONY: build export-all-variables
build:
# Build with default features
$(CARGO) build --locked --release
Expand Down

0 comments on commit 4c1ad5a

Please sign in to comment.