Skip to content

K8SPSMDB-1481 - Test fixes for 1.21.0 release #4298

K8SPSMDB-1481 - Test fixes for 1.21.0 release

K8SPSMDB-1481 - Test fixes for 1.21.0 release #4298

Workflow file for this run

name: Run tests
on: [pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: run tests
run: make test