Skip to content

support deletion of snapshots after restore from backup #376

support deletion of snapshots after restore from backup

support deletion of snapshots after restore from backup #376

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