Skip to content

test: add unit test vector to show repeated type constraints #63

test: add unit test vector to show repeated type constraints

test: add unit test vector to show repeated type constraints #63

Workflow file for this run

name: GoTests
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
test-go:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v2
with:
go-version: 1.22.8
- name: Install gotestsum
shell: bash
run: go install gotest.tools/gotestsum@latest
- name: Run tests
run: gotestsum ./...