Skip to content

Fix bug in rsync command, we were not removing files that exist in the destination dir but not in the source #22

Fix bug in rsync command, we were not removing files that exist in the destination dir but not in the source

Fix bug in rsync command, we were not removing files that exist in the destination dir but not in the source #22

Workflow file for this run

name: tests
on:
pull_request:
push:
permissions:
contents: read
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 1.21
cache: true
- run: go test -v ./...
e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 1.21
cache: true
- run: ./test-e2e.sh