nicholasbishop / ext4-view-rs

Rust library for reading ext2/ext4 filesystems
https://crates.io/crates/ext4-view
Apache License 2.0
8 stars 2 forks source link

ci: Combine test jobs #217

Closed nicholasbishop closed 1 month ago

nicholasbishop commented 1 month ago

Combine the test, test-std, and coverage jobs into one. This reduces the number of jobs that require LFS files from 4 to 2 (one Linux job, one Windows job), which will help some with Github's LFS bandwidth cap.