Skip to content

Commit

Permalink
Remove the FreeBSD setup from the CI
Browse files Browse the repository at this point in the history
It keeps failing to create the VM properly.
  • Loading branch information
Thomasdezeeuw committed Nov 29, 2021
1 parent 89febd2 commit 14a8c43
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,26 +94,6 @@ jobs:
- name: Run check
run: cargo hack check --feature-powerset --all-targets --examples --bins --tests --target ${{ matrix.target }}

Test_FreeBSD:
name: Test
runs-on: macos-latest
strategy:
matrix:
target: ["x86_64-unknown-freebsd"]
steps:
- uses: actions/checkout@master
- name: Run check
uses: vmactions/[email protected]
with:
prepare: |
pkg install -y curl
curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal
run: |
set path=($HOME/.cargo/bin $path)
cargo install cargo-hack
cargo hack test --feature-powerset --target ${{ matrix.target }}
cargo hack test --feature-powerset --release --target ${{ matrix.target }}
Publish_docs:
name: Publish Documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit 14a8c43

Please sign in to comment.