Add tests for custom rbd export-diff command #55
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "ceph custom export-diff test" | |
on: | |
pull_request: | |
paths: | |
- "ceph/**" | |
jobs: | |
test: | |
runs-on: mantle_large_runner_16core | |
steps: | |
- run: sudo apt-get update | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-go@v5 | |
with: | |
go-version-file: "go.mod" | |
- uses: ./.github/actions/set-up-kvm-for-e2e-tests | |
- run: make -C ceph setup | |
- run: make -C ceph build | |
- run: make -C ceph test |