Skip to content

copy supports copying to primary storage with different dest key #79

copy supports copying to primary storage with different dest key

copy supports copying to primary storage with different dest key #79

Workflow file for this run

name: "test"
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.24
- name: Build
run: go build -v -o zipserver.bin
- name: Test
run: go test -v -race ./...