mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-04 02:26:11 +08:00
disable compare in ci
This commit is contained in:
parent
75bc758d73
commit
3c840b6a4b
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user