Skip to content

optimize the file path of snapshots #311

optimize the file path of snapshots

optimize the file path of snapshots #311

Workflow file for this run

name: Test
on: [push, pull_request]
env:
GODEBUG: tracebackancestors=1000
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.18
- uses: actions/checkout@v3
- name: lint
run: go run github.com/ysmood/golangci-lint@latest
- name: test
env:
TERM: xterm-256color
run: go test -race -coverprofile=coverage.out ./... && go run ./cmd/check-cov