Skip to content

feat: add run controller tests #7

feat: add run controller tests

feat: add run controller tests #7

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: setup go
uses: ./.github/actions/setup-go/
- name: Test
run: make test