diff options
author | Lorenz Diener <[email protected]> | 2022-11-10 23:30:10 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-11-10 23:30:10 +0000 |
commit | c0a1a36269e5b399ad3fe62e3b1bfac46f641d7a (patch) | |
tree | 3ab1c5131d2dd69f3a4144eb6caa1d9659268924 | |
parent | b5737103aea4837455cfc72502c9ec0729a5d5d8 (diff) | |
download | mastodon.py-c0a1a36269e5b399ad3fe62e3b1bfac46f641d7a.tar.gz |
Update config.yml
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index fe79003..513db1a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml | |||
@@ -13,7 +13,7 @@ jobs: | |||
13 | command: "pip install codecov" | 13 | command: "pip install codecov" |
14 | - run: | 14 | - run: |
15 | name: "Run tests" | 15 | name: "Run tests" |
16 | command: "python setup.py pytest" | 16 | command: "python setup.py pytest --addopts '--junitxml=tests/result.xml'" |
17 | - store_test_results: | 17 | - store_test_results: |
18 | path: test | 18 | path: test |
19 | - run: | 19 | - run: |