Skip to content

feat: support kserve with authorino #1

feat: support kserve with authorino

feat: support kserve with authorino #1

Workflow file for this run

name: Unit Tests
on:
pull_request:
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Run Unit Tests
run: make unit-test