Skip to content

feat: add null-data grep flag (-z) to config options: (#80) #214

feat: add null-data grep flag (-z) to config options: (#80)

feat: add null-data grep flag (-z) to config options: (#80) #214

Workflow file for this run

on:
push:
branches : [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Run testing
run: go test -race -v ./...