Skip to content

Commit

Permalink
crates/opencl: Add tests behind a feature since CI doesn't have openc…
Browse files Browse the repository at this point in the history
…l installed
  • Loading branch information
etemesi254 committed Nov 4, 2023
1 parent b011bdf commit 2c2c680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/zune-opencl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
tests=[""]
tests=[]
[dependencies]
ocl = "0.19.4"
zune-image = { path = "../zune-image" }
Expand Down

0 comments on commit 2c2c680

Please sign in to comment.