debug: disable spellcheck

This commit is contained in:
Aravinth Manivannan 2023-10-17 14:38:03 +05:30
parent d788e51474
commit 670e8ae99d
No known key found for this signature in database
GPG key ID: F8F50389936984FF

View file

@ -40,9 +40,9 @@ env:
@-pip install codespell @-pip install codespell
test: test:
@ . venv/bin/activate && ./scripts/spellcheck.sh -c
# cargo test --all --all-features --no-fail-fast
./tests/test.py ./tests/test.py
#@ . venv/bin/activate && ./scripts/spellcheck.sh -c
# cargo test --all --all-features --no-fail-fast
xml-test-coverage: xml-test-coverage:
cargo tarpaulin -t 1200 --out Xml --all --all-features --no-fail-fast cargo tarpaulin -t 1200 --out Xml --all --all-features --no-fail-fast