Skip to content

go.mk: upgrade to v2.0.3 (#14) #56

go.mk: upgrade to v2.0.3 (#14)

go.mk: upgrade to v2.0.3 (#14) #56

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
paths-ignore:
- '**.md'
tags-ignore:
- 'v*' # Don't run CI tests on release tags
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make go.mk
- uses: ./go.mk/.github/actions/setup
- uses: ./go.mk/.github/actions/pre-check
- run: make test-verbose