Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Sep 24, 2023
1 parent dce912b commit 666b83a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@

/*.snap
/*_source.tar.bz2
*.sh
.cargo/
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ doctest = false
name = "gifski"
required-features = ["binary"]

[[test]]
name = "tests"
required-features = ["png"]

[dependencies]
gifsicle = { version = "1.93.0", optional = true }
clap = { version = "4.2.5", features = ["cargo"], optional = true }
Expand Down Expand Up @@ -53,6 +49,9 @@ optional = true
default-features = false
features = ["codec", "format", "filter", "software-resampling", "software-scaling"]

[dev-dependencies]
lodepng = "3.8.1"

[features]
# cargo build will skip the binaries with missing required-features
# so all CLI dependencies have to be enabled by default
Expand Down

0 comments on commit 666b83a

Please sign in to comment.