From 6965b6ba27855adb854e712939caf213337d86e1 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet <3272758+gballet@users.noreply.github.com> Date: Wed, 18 Mar 2026 12:12:22 +0100 Subject: [PATCH] .github/workflows: add freebsd test github action --- .github/workflows/freebsd.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/freebsd.yml diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml new file mode 100644 index 0000000000..0c9ef23b4f --- /dev/null +++ b/.github/workflows/freebsd.yml @@ -0,0 +1,22 @@ +on: + workflow_dispatch: + +jobs: + build: + name: FreeBSD-build + runs-on: [self-hosted-ghr, size-l-x64] + steps: + - uses: actions/checkout@v6 + with: + submodules: false + + - name: Test in FreeBSD + id: test + uses: vmactions/freebsd-vm@v1 + with: + release: "15.0" + run: | + freebsd-version + uname -a + pkg install -y go + go run ./build/ci.go test -p 8