mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-09-26 01:45:43 +00:00
feat: forget soft-deletes operations associated with removed snapshots
This commit is contained in:
@@ -30,7 +30,11 @@ jobs:
|
||||
run: ./scripts/install-deps.sh
|
||||
|
||||
- name: Build
|
||||
run: ./scripts/build.sh
|
||||
uses: goreleaser/goreleaser-action@v5
|
||||
with:
|
||||
distribution: goreleaser
|
||||
version: latest
|
||||
args: build --snapshot --clean
|
||||
|
||||
- name: Test
|
||||
run: PATH=$(pwd):$PATH go test ./...
|
||||
|
||||
Reference in New Issue
Block a user