Skip to content

Commit

Permalink
Attempt to fix tests, by testing the default features that sailfish u…
Browse files Browse the repository at this point in the history
…ses.
  • Loading branch information
vthg2themax committed Jun 16, 2024
1 parent b472d4e commit 9a7cb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sailfish-tests/integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
publish = false

[dependencies]
sailfish = { path = "../../sailfish", default-features = false, features = ["json"] }
sailfish = { path = "../../sailfish", features = ["json"] }
sailfish-macros = { path = "../../sailfish-macros" }
sailfish-compiler = { path = "../../sailfish-compiler" }
serde_json = "1.0.95"
Expand Down

0 comments on commit 9a7cb4c

Please sign in to comment.