Skip to content

fixed github build for testdata #67

fixed github build for testdata

fixed github build for testdata #67

Workflow file for this run

name: Go Test
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: Get Code
uses: actions/checkout@v4
- name: Build testdata
run: ./internal/_testdata/build.sh
- name: Test
run: go test ./internal/*