desc: Execute all tests including cover, bench and race tests.
aliases:
...
...
@@ -25,6 +27,8 @@
TEST_BY_TASK: true
cmds:
- run-extended-tests
silent: true
build-cover-report:
desc: Build coverage report.
aliases:
...
...
@@ -33,6 +37,8 @@
TEST_BY_TASK: true
cmds:
- build-cover-report
silent: true
check-code:
desc: Check code style, linting, and formatting.
aliases:
...
...
@@ -41,6 +47,7 @@
USER_WORKING_DIR: "{{.USER_WORKING_DIR}}"
cmds:
- check-code
silent: true
git-commit:
desc: Commit changes.
...
...
@@ -48,7 +55,9 @@
- gc
- commit
cmds:
- cd "{{.USER_WORKING_DIR}}" && cd $(git rev-parse --show-toplevel) && git-commit
- cd "{{.USER_WORKING_DIR}}" && cd $(git rev-parse --show-toplevel) && nix run git+https://gitlab.schukai.com/schukai/entwicklung/nix-flakes#git-commit --no-write-lock-file