.github/workflows: add freebsd test github action

This commit is contained in:
Guillaume Ballet 2026-03-18 12:12:22 +01:00
parent 00540f9469
commit 6965b6ba27
No known key found for this signature in database

22
.github/workflows/freebsd.yml vendored Normal file
View file

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