forked from realaravinth/libmedium
feat: make: add check subroutine
This commit is contained in:
parent
511ee3819c
commit
b9fd2be304
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -4,6 +4,10 @@ default: ## Debug build
|
||||||
clean: ## Clean all build artifacts and dependencies
|
clean: ## Clean all build artifacts and dependencies
|
||||||
@cargo clean
|
@cargo clean
|
||||||
|
|
||||||
|
check: ## Check for syntax errors on all workspaces
|
||||||
|
cargo check --workspace --tests --all-features
|
||||||
|
#cd utils/cache-bust && cargo check --tests --all-features
|
||||||
|
|
||||||
coverage: ## Generate HTML code coverage
|
coverage: ## Generate HTML code coverage
|
||||||
./scripts/coverage.sh --coverage
|
./scripts/coverage.sh --coverage
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue