Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
psumbera authored Nov 13, 2024
1 parent 87ae2e2 commit 8da43ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,15 @@ jobs:
- uses: dtolnay/rust-toolchain@nightly
- name: Tests
run: cargo test --all-features
test-solaris:
name: test on solaris
Solaris:
name: Solaris
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: test on Solaris
uses: vmactions/solaris-vm@v1
with:
release: "11.4-gcc"
usesh: true
mem: 4096
copyback: false
Expand Down

0 comments on commit 8da43ec

Please sign in to comment.