Skip to content

feat: support workspace subdirectory resolution with WithPathBase and WithPackageDeps #79

feat: support workspace subdirectory resolution with WithPathBase and WithPackageDeps

feat: support workspace subdirectory resolution with WithPathBase and WithPackageDeps #79

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Install gotestsum
run: go install gotest.tools/gotestsum
- name: Run tests
run: make test