Check with is_in_mmtk_spaces instead of is_mapped_address #322
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Julia Binding | |
on: | |
pull_request: | |
branches: | |
- master | |
- v1.8.2\+RAI | |
- v1.9.2\+RAI | |
concurrency: | |
# Cancels pending runs when a PR gets updated. | |
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | |
cancel-in-progress: true | |
jobs: | |
binding-tests: | |
strategy: | |
fail-fast: false | |
matrix: | |
gc_plan: [Immix, StickyImmix] | |
uses: ./.github/workflows/binding-tests.yml | |
with: | |
gc_plan: ${{ matrix.gc_plan }} |