Skip to content

Commit

Permalink
blank
Browse files Browse the repository at this point in the history
  • Loading branch information
ikappaki committed Nov 7, 2024
1 parent be3c7aa commit af5a473
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/tests-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
version: ['3.9', '3.10', '3.11', '3.12', '3.13']
include:
- os: windows-latest
version: '3.13'
- os: macos-latest
version: '3.13'
version: ['3.12']
# version: ['3.9', '3.10', '3.11', '3.12', '3.13']
# include:
# - os: windows-latest
# version: '3.13'
# - os: macos-latest
# version: '3.13'

steps:
- uses: actions/checkout@v4
Expand All @@ -46,5 +47,5 @@ jobs:
run: poetry install

- name: Run tests
run: poetry run basilisp test
run: poetry run basilisp

0 comments on commit af5a473

Please sign in to comment.