Skip to content

(testing): Update testdata generation and testing logic #13

(testing): Update testdata generation and testing logic

(testing): Update testdata generation and testing logic #13

Workflow file for this run

name: unit
on:
pull_request: {}
jobs:
unit:
name: unit
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: make test-unit