Skip to content

Bump github.com/magefile/mage from 1.14.0 to 1.15.0 #111

Bump github.com/magefile/mage from 1.14.0 to 1.15.0

Bump github.com/magefile/mage from 1.14.0 to 1.15.0 #111

Workflow file for this run

name: Go test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Run with Mage
uses: magefile/mage-action@v2
with:
version: latest
args: go:test
- uses: codecov/[email protected]
with:
flags: unittests # optional
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)