Skip to content

Commit

Permalink
internal sorters passing on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Jun 14, 2024
1 parent 29a2da9 commit 837eb85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ jobs:
- name: Set execute permissions on run_tests.sh
run: chmod +x .github/run_tests.sh
shell: bash
- name: Test core sorters
run: ./.github/run_tests.sh sorters --no-virtual-env
shell: bash
- name: Test core
run: pytest -m "core"
- name: Test internal sorters
Expand All @@ -96,9 +99,6 @@ jobs:
- name: Test quality metrics
run: ./.github/run_tests.sh qualitymetrics --no-virtual-env
shell: bash
# - name: Test core sorters
# run: ./.github/run_tests.sh sorters --no-virtual-env
# shell: bash
- name: Test comparison
run: ./.github/run_tests.sh comparison --no-virtual-env
shell: bash
Expand Down

0 comments on commit 837eb85

Please sign in to comment.