mirror of
https://github.com/mCaptcha/cache.git
synced 2024-11-21 16:25:19 +03:00
debug: disable spellcheck
This commit is contained in:
parent
d788e51474
commit
670e8ae99d
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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
|
||||
|
|
Loading…
Reference in a new issue