summaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2021-01-13 08:22:49 +0100
committerMatěj Cepl <mcepl@cepl.eu>2021-01-14 14:29:59 +0100
commitd93ee3c676929ae1ca9b3acb94a8ce9c3f9c936d (patch)
tree89c2e9e411f932029cefbea4f3f45c98fb7e0705 /.github/workflows/main.yml
parent73fbd1e646f6bbf202d4418bae80eb9941fbf552 (diff)
downloadm2crypto-d93ee3c676929ae1ca9b3acb94a8ce9c3f9c936d.tar.gz
Fix main.yml
Perhaps unittest is enough, after all Fixes #288
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 20e54af..3d8aea3 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -31,5 +31,7 @@ jobs:
python -mflake8 . --count --exit-zero --exclude six.py --max-complexity=10 --max-line-length=127 --statistics
- name: Running the test suite
run: |
- python setup.py clean build test -v
-
+ set -x
+ python setup.py clean build
+ export PYTHONPATH=$(readlink -f build/lib.*)
+ python -munittest discover -v