Skip to content

Generate String() for common enums in fzn/types.go #31

Generate String() for common enums in fzn/types.go

Generate String() for common enums in fzn/types.go #31

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22
- name: Run tests
run: go test ./...