Skip to content

Normalize relative paths to absolute path #49

Normalize relative paths to absolute path

Normalize relative paths to absolute path #49

Workflow file for this run

---
name: test
on: [push]
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: setup go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: test
run: go test -race ./...