mirror of
https://github.com/markusressel/zfs-inplace-rebalancing
synced 2026-03-24 04:08:41 +00:00
add: test on freebsd
This commit is contained in:
16
.github/workflows/test.yml
vendored
16
.github/workflows/test.yml
vendored
@@ -25,4 +25,18 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Run testing script on macOS
|
||||
run: ./testing.sh
|
||||
run: ./testing.sh
|
||||
|
||||
FreeBSDTest:
|
||||
name: Test on FreeBSD
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Test in FreeBSD
|
||||
id: test
|
||||
uses: vmactions/freebsd-vm@v1
|
||||
with:
|
||||
usesh: true
|
||||
|
||||
run: ./testing.sh
|
||||
Reference in New Issue
Block a user