Skip to content

Re-add format check to parser test for 00007_array (#52) #164

Re-add format check to parser test for 00007_array (#52)

Re-add format check to parser test for 00007_array (#52) #164

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.25'
- name: Build
run: go build ./...
- name: Test
run: go test -v ./...