Skip to content

fix: mid-file blank context misidentified as EOF #18

fix: mid-file blank context misidentified as EOF

fix: mid-file blank context misidentified as EOF #18

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
name: Tests
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run tests
run: go test -race -count=1 ./...