File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -44,18 +44,16 @@ jobs:
44
44
strategy :
45
45
fail-fast : false
46
46
matrix :
47
- # TODO: add windows which does not support container
48
47
os :
49
- # - ubuntu-22.04
48
+ - ubuntu-22.04
50
49
- windows-latest
51
50
runs-on : ${{ matrix.os }}
52
- # container:
53
- # image: xd009642/tarpaulin:0.30.0
54
- # options: --security-opt seccomp=unconfined
55
51
steps :
56
52
- uses : actions/checkout@v4
53
+ - name : Install cargo-binstall
54
+ uses : cargo-bins/cargo-binstall@main
57
55
- name : Install tarpaulin
58
- run : cargo install cargo-tarpaulin --version 0.30.0 --locked
56
+ run : cargo binstall -y cargo-tarpaulin
59
57
- name : Rust unit tests with coverage report
60
58
# https://github.com/xd009642/tarpaulin/issues/1092#issuecomment-1407739176
61
59
run : cargo tarpaulin --engine llvm --no-dead-code --no-fail-fast --all-features --workspace -o xml --output-dir ./cov-reports
You can’t perform that action at this time.
0 commit comments