feat(Taskfile): add new 'check' task to run format, lint, and test commands
This commit is contained in:
@@ -125,6 +125,13 @@ tasks:
|
|||||||
desc: Run all tests with coverage reports
|
desc: Run all tests with coverage reports
|
||||||
deps: [test-python-cov, test-frontend]
|
deps: [test-python-cov, test-frontend]
|
||||||
|
|
||||||
|
check:
|
||||||
|
desc: Run format, lint and test
|
||||||
|
cmds:
|
||||||
|
- task: format
|
||||||
|
- task: lint
|
||||||
|
- task: test
|
||||||
|
|
||||||
bench-backend:
|
bench-backend:
|
||||||
desc: Run comprehensive backend benchmarks
|
desc: Run comprehensive backend benchmarks
|
||||||
cmds:
|
cmds:
|
||||||
|
|||||||
Reference in New Issue
Block a user