fix up Makefile, comment out old crap
This commit is contained in:
parent
fca9283f6f
commit
f00778d6cd
1 changed files with 4 additions and 4 deletions
8
Makefile
8
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue