Skip to content

chore: fix main path for CI release #17

chore: fix main path for CI release

chore: fix main path for CI release #17

Workflow file for this run

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