Skip to content

Commit

Permalink
[.github] Add GraalVM to optional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sideeffect42 committed Oct 17, 2024
1 parent 9c1bca4 commit 5501b1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-build-optional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- pypy-3.8
- pypy-3.9
- pypy-3.10
- graalpy-24.0
include:
- {os: "macos", python-version: "3.5"}
- {os: "macos", python-version: "3.6"}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-unit-optional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- pypy-3.7
- pypy-3.8
- pypy-3.9
- graalpy-24.0
include:
- {os: "macos", python-version: "3.5"}
- {os: "macos", python-version: "3.6"}
Expand Down

0 comments on commit 5501b1b

Please sign in to comment.