-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
👷 Setup CI job matrix to run cargo test (#17)
* 👷 Setup CI job matrix for cargo test Ensure that Rust unit tests and doctests are checked too. Running on Ubuntu-24.04. * 📌 Test on Rust stable, beta and nightly toolchains Test on all three release channels of Rust. * 🚩 Add --crate-type=rlib compilation target Needed to enable doctests, otherwise `cargo test --doc` would error with "warning: doc tests are not supported for crate type(s) `cdylib` in package `cog3pio`". Xref https://users.rust-lang.org/t/how-to-run-only-the-doctests/54048/2 and rust-lang/cargo#4717. * 💚 Fix broken doctest due to mismatched Array type Update docstring in src/lib.rs to check for an Array3 output from the read_geotiff function. Patches bca4c18.
- Loading branch information
Showing
3 changed files
with
29 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters