Skip to content

feat: [Backend] Data Quality Monitoring with native compute, multi-backend support, REST API, CLI #6554

feat: [Backend] Data Quality Monitoring with native compute, multi-backend support, REST API, CLI

feat: [Backend] Data Quality Monitoring with native compute, multi-backend support, REST API, CLI #6554

Workflow file for this run

name: operator-pr
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
operator-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.25.0
- name: Operator tests
run: make -C infra/feast-operator test
- name: After code formatting, check for uncommitted differences
run: git diff --exit-code infra/feast-operator