diff options
| author | Adam Janovsky | 2021-05-11 17:02:24 +0200 |
|---|---|---|
| committer | Adam Janovsky | 2021-05-11 17:02:24 +0200 |
| commit | 9d3455eb172b8ddd9df861124c01d2f4f64eec16 (patch) | |
| tree | 7e608f69de3ba342c84eefced0023ba660398888 /.github/workflows | |
| parent | a117f3407b30a8ec6522c2ab5d93955b6bdd8ca6 (diff) | |
| download | sec-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.yml | 2 |
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 |
