Skip to content

Commit

Permalink
fix: integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshvarma committed Oct 16, 2023
1 parent a3787cd commit 8e6c148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ shibuya-runtime = { workspace = true, features = ["std"], optional = true }
shiden-runtime = { workspace = true, features = ["std"], optional = true }

[features]
default = ["std", "shibuya"]
default = ["std"]
std = []
shibuya = ["shibuya-runtime"]
shiden = ["shiden-runtime"]
Expand Down

0 comments on commit 8e6c148

Please sign in to comment.