Skip to content

Add possibility to try any options, all or by family #23

Add possibility to try any options, all or by family

Add possibility to try any options, all or by family #23

Workflow file for this run

name: test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- uses: golangci/golangci-lint-action@v6
- name: go list
run: go list -json -deps ./... > go.list
- uses: sonatype-nexus-community/nancy-github-action@main
- run: go test -race ./...