Skip to content

Commit

Permalink
Run full test suite in all Python and OS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
erocarrera committed Feb 7, 2023
1 parent 7507fe9 commit 1ab2807
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yaml
Expand Up @@ -41,8 +41,7 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- if: ${{matrix.coverage}}
name: Clone https://github.com/erocarrera/pefile-tests
- name: Clone https://github.com/erocarrera/pefile-tests
uses: actions/checkout@master
with:
repository: erocarrera/pefile-tests
Expand Down

0 comments on commit 1ab2807

Please sign in to comment.