From 1ab2807c4eec16041e791d7a6acc68cc23fd5266 Mon Sep 17 00:00:00 2001 From: Ero Carrera Date: Tue, 7 Feb 2023 12:55:42 +0100 Subject: [PATCH] Run full test suite in all Python and OS versions --- .github/workflows/tests.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index d488a70..9e0e3ac 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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