Skip to content

private endpoint refactoring #563

private endpoint refactoring

private endpoint refactoring #563

Workflow file for this run

name: Run go tests
on:
pull_request: {}
defaults:
run:
shell: bash
jobs:
test:
runs-on: [dataplane, self-hosted, linux, x64, small]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- name: Run fmt
run: make test