Skip to content

Merge pull request #151 from nirmata/fix-go-releaser #915

Merge pull request #151 from nirmata/fix-go-releaser

Merge pull request #151 from nirmata/fix-go-releaser #915

Workflow file for this run

name: Tests
permissions: {}
on:
push:
branches:
- '*'
pull_request:
branches:
- 'main'
- 'release*'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: Setup build env
uses: ./.github/actions/setup-build-env
timeout-minutes: 10
with:
build-cache-key: tests
- name: Unit test
run: make test-unit