chore: enable git LFS in CI and add AVIF to PNG package recommendation test
This commit is contained in:
@@ -14,6 +14,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- run: cargo test --workspace --locked
|
||||
- run: cargo build --release --workspace --locked --target x86_64-unknown-linux-gnu
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ members = [
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.3.0"
|
||||
version = "0.2.0-dev"
|
||||
edition = "2024"
|
||||
authors = ["Elias Wendland <eliaswendland@pm.me>"]
|
||||
license = "GPL-3.0-only"
|
||||
|
||||
@@ -245,6 +245,10 @@ mod tests {
|
||||
recommend_packages("png", "jpeg"),
|
||||
vec!["convertis-native-image"]
|
||||
);
|
||||
assert_eq!(
|
||||
recommend_packages("avif", "png"),
|
||||
vec!["convertis-imagemagick"]
|
||||
);
|
||||
assert_eq!(
|
||||
recommend_packages("mp4", "frames"),
|
||||
vec!["convertis-ffmpeg-video-to-frames"]
|
||||
|
||||
Reference in New Issue
Block a user