Skip to content

Commit

Permalink
Cargo: Add special feature for tests on local_runner
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulTrombin committed Apr 11, 2024
1 parent d7664b0 commit 57f4f9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ quote = "1.0"
proc-macro2 = "1.0.24"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.64"

[features]
local_runner = []

0 comments on commit 57f4f9a

Please sign in to comment.