From f00778d6cdcd90ac8f95fa9ee9d208c6ff13ff48 Mon Sep 17 00:00:00 2001 From: Nick Pegg Date: Thu, 8 May 2025 12:18:24 -0700 Subject: [PATCH] fix up Makefile, comment out old crap --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 25ba92d..847ed42 100644 --- a/Makefile +++ b/Makefile @@ -11,11 +11,11 @@ ci: lint test # version := $(shell yq -p toml .tool.poetry.version < pyproject.toml) -init: - poetry install +# init: +# poetry install # Everything to get the dev env set up -dev: init +# dev: init fmt: cargo fmt @@ -24,7 +24,7 @@ lint: cargo clippy test: - RUST_BACKTRACE=1 cargo test --release + RUST_BACKTRACE=1 cargo test test-watch: