diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8bc609f..f33c948 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,4 +25,18 @@ jobs: - uses: actions/checkout@v4 - name: Run testing script on macOS - run: ./testing.sh \ No newline at end of file + 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 \ No newline at end of file