Skip to content

Supporting moving immix #348

Supporting moving immix

Supporting moving immix #348

Workflow file for this run

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]
moving: [Default, Non_Moving]
uses: ./.github/workflows/binding-tests.yml

Check failure on line 22 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / Test Julia Binding

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 22, Col: 11): Input moving is required, but not provided while calling.
with:
gc_plan: ${{ matrix.gc_plan }}