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)
|
# version := $(shell yq -p toml .tool.poetry.version < pyproject.toml)
|
||||||
|
|
||||||
|
|
||||||
init:
|
# init:
|
||||||
poetry install
|
# poetry install
|
||||||
|
|
||||||
# Everything to get the dev env set up
|
# Everything to get the dev env set up
|
||||||
dev: init
|
# dev: init
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
cargo fmt
|
cargo fmt
|
||||||
|
@ -24,7 +24,7 @@ lint:
|
||||||
cargo clippy
|
cargo clippy
|
||||||
|
|
||||||
test:
|
test:
|
||||||
RUST_BACKTRACE=1 cargo test --release
|
RUST_BACKTRACE=1 cargo test
|
||||||
|
|
||||||
|
|
||||||
test-watch:
|
test-watch:
|
||||||
|
|
Loading…
Add table
Reference in a new issue