Skip to content

Commit

Permalink
chore: make ci run on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
crrow committed Jul 24, 2024
1 parent c5c2b76 commit 340f06b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,16 @@ jobs:
strategy:
fail-fast: false
matrix:
# TODO: add windows which does not support container
os:
# - ubuntu-22.04
- ubuntu-22.04
- windows-latest
runs-on: ${{ matrix.os }}
# container:
# image: xd009642/tarpaulin:0.30.0
# options: --security-opt seccomp=unconfined
steps:
- uses: actions/checkout@v4
- name: Install cargo-binstall
uses: cargo-bins/cargo-binstall@main
- name: Install tarpaulin
run: cargo install cargo-tarpaulin --version 0.30.0 --locked
run: cargo binstall -y cargo-tarpaulin
- name: Rust unit tests with coverage report
# https://github.com/xd009642/tarpaulin/issues/1092#issuecomment-1407739176
run: cargo tarpaulin --engine llvm --no-dead-code --no-fail-fast --all-features --workspace -o xml --output-dir ./cov-reports
Expand Down

0 comments on commit 340f06b

Please sign in to comment.