Skip to content

Commit

Permalink
Add freebsd regression
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Oct 23, 2024
1 parent 28d7f2f commit 4dff9c9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4dff9c9

Please sign in to comment.