Skip to content

Updating our dev branches #558

Updating our dev branches

Updating our dev branches #558

Workflow file for this run

name: Test Julia Binding
on:
pull_request:
branches:
- master
- v1.8.2\+RAI
- v1.9.2\+RAI
- upstream-ready/immix
- dev
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]
moving: [Default, Non_Moving]
uses: ./.github/workflows/binding-tests.yml
with:
gc_plan: ${{ matrix.gc_plan }}
moving: ${{ matrix.moving }}