Skip to content

fs: Don't close archiveFile if using a stream (fix #9) #22

fs: Don't close archiveFile if using a stream (fix #9)

fs: Don't close archiveFile if using a stream (fix #9) #22

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 ./...