Skip to content

add manual trigger release #27

add manual trigger release

add manual trigger release #27

Workflow file for this run

name: Go Test
on: [push, pull_request]
jobs:
test:
name: Run Go Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
with-tags: true
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.20'
- name: Test
run: go test ./...