Move test commands into Makefile.

This commit is contained in:
bvanvugt 2023-02-20 00:25:17 +00:00
parent 465a59bc88
commit 4f4cd62a87
3 changed files with 45 additions and 18 deletions

View file

@ -1,14 +1,19 @@
name: Release (goreleaser)
name: Release
on:
push:
tags:
- '*'
release:
types: [published]
branches: [main]
env:
GO_VERSION: '1.20'
jobs:
test:
name: Test
uses: ./.github/workflows/test.yml
goreleaser:
runs-on: ubuntu-latest
steps: