Skip to content

implement deletion of local snapshots for S3 backups #351

implement deletion of local snapshots for S3 backups

implement deletion of local snapshots for S3 backups #351

Workflow file for this run

name: tests
on:
pull_request:
push:
branches:
- master
tags:
- v*
jobs:
unittest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.18'
- run: go test ./...