add just tasks
parent
9b26507e14
commit
d5578bbeaf
@ -0,0 +1,14 @@
|
|||||||
|
default:
|
||||||
|
@just --list
|
||||||
|
|
||||||
|
# Format and lint project
|
||||||
|
fmt:
|
||||||
|
treefmt
|
||||||
|
|
||||||
|
# Build the project
|
||||||
|
build:
|
||||||
|
go build .
|
||||||
|
|
||||||
|
# Run unitests
|
||||||
|
test:
|
||||||
|
pytest -s ./tests
|
Loading…
Reference in New Issue