Skip to content

Commit

Permalink
👷 Add ci target DragonflyBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Oct 7, 2024
1 parent 29753a9 commit e8980db
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,26 @@ jobs:
cargo install -f cargo-hack --locked
cargo hack test --locked --release --feature-powerset --exclude-features wasm
DragonflyBSD-test:
runs-on: ubuntu-latest
name: Test on DragonflyBSD
steps:
- uses: actions/checkout@v4
- name: Test in DragonflyBSD
id: test
uses: vmactions/[email protected]
with:
usesh: true
prepare: |
pkg install -y curl rust
run: |
set -e
export LC_ALL=C LANG=C
uname -a
cargo install -f cargo-hack --locked
cargo hack test --locked --release --feature-powerset --exclude-features wasm
OmniOS-test:
runs-on: ubuntu-latest
name: Test on OmniOS
Expand Down

0 comments on commit e8980db

Please sign in to comment.