rust-secure-code / cargo-supply-chain

Gather author, contributor and publisher data on crates in your dependency graph.
Apache License 2.0
313 stars 18 forks source link

Run tests on CI #76

Closed Shnatsel closed 1 year ago

Shnatsel commented 2 years ago

We currently only run cargo build, cargo doc and something like cargo fmt --verify on CI. We also need to run the unit tests now that we have them, via cargo test.

Shnatsel commented 2 years ago

CI config file: https://github.com/rust-secure-code/cargo-supply-chain/blob/master/.github/workflows/rust.yml

Shnatsel commented 1 year ago

CI now runs cargo test, closing.