aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorAdam Janovsky2021-05-11 17:02:24 +0200
committerAdam Janovsky2021-05-11 17:02:24 +0200
commit9d3455eb172b8ddd9df861124c01d2f4f64eec16 (patch)
tree7e608f69de3ba342c84eefced0023ba660398888 /.github/workflows
parenta117f3407b30a8ec6522c2ab5d93955b6bdd8ca6 (diff)
downloadsec-certs-9d3455eb172b8ddd9df861124c01d2f4f64eec16.tar.gz
sec-certs-9d3455eb172b8ddd9df861124c01d2f4f64eec16.tar.zst
sec-certs-9d3455eb172b8ddd9df861124c01d2f4f64eec16.zip
fix test path problems
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index f7e8b5d4..a91437cd 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -19,4 +19,4 @@ jobs:
pip install pytest
pip install pytest-cov
pip install ".[dev,test]"
- pytest tests
+ python3 -m unittest discover tests