From 4dff9c91a6ac62bd5b25d53c52356c1b898a376d Mon Sep 17 00:00:00 2001 From: dalance Date: Wed, 23 Oct 2024 18:58:57 +0900 Subject: [PATCH] Add freebsd regression --- .github/workflows/regression.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 018399fa6..e64290b6d 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -33,6 +33,18 @@ jobs: - name: Run tests feature variation run: cargo test --locked --target ${{ matrix.target }} --no-default-features + build-freebsd: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: vmactions/freebsd-vm@v1 + with: + usesh: true + prepare: | + pkg install -y rust + run: | + cargo test --locked + msrv: runs-on: ubuntu-latest steps: