Skip to content

Make file reading 18% faster #612

Make file reading 18% faster

Make file reading 18% faster #612

Workflow file for this run

name: Windows CI
on:
push:
branches: [master]
pull_request:
jobs:
validate:
runs-on: windows-latest
steps:
- name: Check out repository code
uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
- run: go build -race ./...
- run: go test -race -timeout 60s ./...