Skip to content

Commit

Permalink
Re-enable additional test scripts.
Browse files Browse the repository at this point in the history
I got these working locally on Debian Bookworm and Ubuntu Jammy. Let's
see the additional platforms.
  • Loading branch information
nuclearsandwich committed Jul 9, 2024
1 parent bac8010 commit db54e11
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- name: Run tests
run: |
earthly --ci +test --OS=${{matrix.os}}
# - name: Run pypi-install tests --
# run: |
# earthly --ci +test-pypi-install --OS=${{matrix.os}}
# - name: Run 2and3 tests
# run: |
# earthly --ci +test-2and3 --OS=${{matrix.os}}
- name: Run pypi-install tests --
run: |
earthly --ci +test-pypi-install --OS=${{matrix.os}}
- name: Run 2and3 tests
run: |
earthly --ci +test-2and3 --OS=${{matrix.os}}

0 comments on commit db54e11

Please sign in to comment.