Skip to content

Disabled failing tests. They will be handled in a separate PR. #469

Disabled failing tests. They will be handled in a separate PR.

Disabled failing tests. They will be handled in a separate PR. #469

Workflow file for this run

name: Build and test cunumeric on GH
concurrency:
group: ci-build-and-test-on-${{ github.event_name }}-from-${{ github.ref_name }}
cancel-in-progress: true
on:
push:
branches:
- "pull-request/[0-9]+"
- "branch-*"
jobs:
build-and-test:
strategy:
fail-fast: false
matrix:
include:
- {build-target: cpu}
- {build-target: gpu}
uses:
./.github/workflows/gh-build-and-test.yml
with:
build-target: ${{ matrix.build-target }}
sha: ${{ github.sha }}