]> git.phdru.name Git - mimedecode.git/blobdiff - .github/workflows/run-tests.yaml
CI(GHActions): Come back to `tox`
[mimedecode.git] / .github / workflows / run-tests.yaml
index 2ad48f7468a68ce24e9957afe2daa73ffae8550b..a4151cdfd7babd89e6e956d56db57c1a62bfcec7 100644 (file)
@@ -6,6 +6,7 @@ jobs:
   run-tests:
 
     strategy:
+      fail-fast: false
       matrix:
         python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 'pypy-2.7']
 
@@ -30,4 +31,4 @@ jobs:
           pip --version
           pip install --upgrade virtualenv tox tox-gh-actions
       - name: Run tox targets for ${{ matrix.python-version }}
-        run: python -m tox
+        run: tox