Skip to content

Commit

Permalink
Extend the coverage further
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Apr 25, 2022
1 parent 21f0ac5 commit 3273eff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ for project in example-project example-workspace; do
run target/debug/cargo-capi capi test --manifest-path=${project}/Cargo.toml
run target/debug/cargo-capi capi clean --manifest-path=${project}/Cargo.toml
run target/debug/cargo-capi capi build --manifest-path=${project}/Cargo.toml
run target/debug/cargo-capi capi install --manifest-path=${project}/Cargo.toml --destdir=/tmp/staging
run target/debug/cargo-capi clean --manifest-path=${project}/Cargo.toml

run target/debug/cargo-cbuild --help
run target/debug/cargo-cbuild clean --manifest-path=${project}/Cargo.toml
Expand Down

0 comments on commit 3273eff

Please sign in to comment.