diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,8 +7,8 @@ IMAGE_TAG := $(PROJECT_NAME):$(GIT_BRANCH) setup: mise install - mise exec go -- go install github.com/ddollar/forego@latest - mise exec rustup -- rustup component add clippy rustfmt + mise exec go -- go install github.com/xlgmokha/minit@latest + mise exec rust -- rustup component add clippy rustfmt # Cargo targets build: @@ -22,7 +22,7 @@ test: run: build @cp target/debug/authzd bin/authzd - @forego start -f Procfile + @minit clean: @cargo clean |
