Skip to content

Commit

Permalink
chore: support option to run all tests (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahnu authored Oct 20, 2024
1 parent 030a5a6 commit 62fb653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev']
fail-fast: true
fail-fast: ${{ !contains(github.event.pull_request.labels.*.name, 'ci/run-all-tests') }}
steps:
- uses: actions/[email protected]
- name: Setup Environment
Expand Down

0 comments on commit 62fb653

Please sign in to comment.