add: test on freebsd

This commit is contained in:
meo
2025-01-04 15:54:54 +01:00
parent bd8d447150
commit 8472e02da4

View File

@@ -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