Skip to content

ci: add checksums of *.tar.gz to checksum files #15

ci: add checksums of *.tar.gz to checksum files

ci: add checksums of *.tar.gz to checksum files #15

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Test
run: go test -v ./...