LIHPC-Computational-Geometry / metis-rs

Idiomatic wrapper for METIS, the serial graph partitioner and fill-reducing matrix orderer
https://lihpc-computational-geometry.github.io/metis-rs/metis/
Apache License 2.0
10 stars 8 forks source link

Simplify CI pipeline by directly calling cargo test #25

Closed cedricchevalier19 closed 7 months ago

cedricchevalier19 commented 7 months ago

Removed separate check and clippy jobs in the GitHub actions CI pipeline, instead calling cargo check, clippy, and test directly in the test job. Also try to cache compilation artifacts.