Skip to content

Fix panic in Set Delimiter parsing. #48

Fix panic in Set Delimiter parsing.

Fix panic in Set Delimiter parsing. #48

Workflow file for this run

name: Go Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.4
- name: Test
run: make test
- name: Upload results to codecov
uses: codecov/codecov-action@v3
with:
verbose: true