Skip to content

init commit

init commit #1

Workflow file for this run

name: Tests
on:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: Test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: go run gotest.tools/gotestsum@latest --format=testdox ./...