Skip to content

Commit

Permalink
Fix the code coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Apr 25, 2022
1 parent e44031d commit 21f0ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ for project in example-project example-workspace; do

run target/debug/cargo-cinstall --help
run target/debug/cargo-cinstall cinstall --manifest-path=${project}/Cargo.toml --destdir=/tmp/staging
run target/debug/cargo-cinstall cinstall clean --manifest-path=${project}/Cargo.toml
run target/debug/cargo-cinstall clean --manifest-path=${project}/Cargo.toml

run target/debug/cargo-cinstall cinstall --manifest-path=${project}/Cargo.toml --destdir=/tmp/staging-win --target=x86_64-pc-windows-gnu --dlltool=x86_64-w64-mingw32-dlltool
done
Expand Down

0 comments on commit 21f0ac5

Please sign in to comment.