Skip to content

Commit

Permalink
Run tests regardless of lint results
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkram committed Sep 24, 2024
1 parent df48e7c commit 3a2485d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:

test:
name: Test (Python ${{ matrix.python-version }} on ${{ matrix.os }})
needs: [lint]
# needs: [lint]
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 3a2485d

Please sign in to comment.