Skip to content

Merge pull request #74 from grasse-oss/release-please--branches--main… #115

Merge pull request #74 from grasse-oss/release-please--branches--main…

Merge pull request #74 from grasse-oss/release-please--branches--main… #115

Workflow file for this run

name: Unit Test
on:
push:
branches:
- 'main'
- 'feat/**'
- 'fix/**'
- 'refactor/**'
- 'test/**'
- 'ci/**'
jobs:
unit-tests:
runs-on: ubuntu-latest
name: Unit tests
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '^1.20.2'
- run: make test