Skip to content

SplitInput3 + SplitInput6 + SplitInput9 hints #1742

SplitInput3 + SplitInput6 + SplitInput9 hints

SplitInput3 + SplitInput6 + SplitInput9 hints #1742

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: Build
run: make build
- name: Test
run: make unit