Skip to content

fs: Fix stat of implied directory in ArchiveFS #18

fs: Fix stat of implied directory in ArchiveFS

fs: Fix stat of implied directory in ArchiveFS #18

Workflow file for this run

name: Mac
on: [push, pull_request]
jobs:
build-and-test:
strategy:
matrix:
go-version: [1.23]
runs-on: macos-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v4
- name: Test
run: go test -v -race ./...