disable compare in ci

This commit is contained in:
felinae98 2021-09-17 13:46:58 +08:00
parent 75bc758d73
commit 3c840b6a4b
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

@ -39,7 +39,7 @@ jobs:
pkg-manager: poetry
- run:
name: Coverage test
command: poetry run coverage run -m pytest --junitxml=test-results/junit.xml
command: poetry run coverage run -m pytest --junitxml=test-results/junit.xml -k 'not compare'
- store_test_results:
path: test-results
- run: