Skip to content

[hypervisor-controller] use correct label matcher #267

[hypervisor-controller] use correct label matcher

[hypervisor-controller] use correct label matcher #267

Workflow file for this run

name: go-test
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
run-unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run test
run: make test