From 670e8ae99dddb9d7deee6d6c02f89631460aa667 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Tue, 17 Oct 2023 14:38:03 +0530 Subject: [PATCH] debug: disable spellcheck --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 352285b..eefb330 100644 --- a/Makefile +++ b/Makefile @@ -40,9 +40,9 @@ env: @-pip install codespell test: - @ . venv/bin/activate && ./scripts/spellcheck.sh -c -# cargo test --all --all-features --no-fail-fast ./tests/test.py + #@ . venv/bin/activate && ./scripts/spellcheck.sh -c +# cargo test --all --all-features --no-fail-fast xml-test-coverage: cargo tarpaulin -t 1200 --out Xml --all --all-features --no-fail-fast