Skip to content

use goreleaser/goreleaser-action@v5 as of now as v6 seems to have breaking changes with our current configuration #180

use goreleaser/goreleaser-action@v5 as of now as v6 seems to have breaking changes with our current configuration

use goreleaser/goreleaser-action@v5 as of now as v6 seems to have breaking changes with our current configuration #180

Workflow file for this run

name: Run unit tests
on: [push, pull_request]
jobs:
build:
name: Run all tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.19
id: go
- name: make test
run: make test