Skip to content

Commit

Permalink
fix yew-stdweb
Browse files Browse the repository at this point in the history
  • Loading branch information
ranile committed Jan 23, 2021
1 parent 5e7d8cf commit c8bbfc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
# To fix this we just run them on yew but with yew-stdweb's default features enabled.
cd packages/yew
cargo test --doc \
--no-default-features --features "services agent std_web" \
--no-default-features --features "agent std_web" \
--features "doc_test wasm_test yaml msgpack cbor toml"
integration_tests:
Expand Down
3 changes: 1 addition & 2 deletions packages/yew-stdweb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,10 @@ rmp-serde = "0.14.0"
bincode = "1"

[features]
default = ["services", "agent", "std_web"]
default = ["agent", "std_web"]
std_web = ["stdweb"]
doc_test = []
wasm_test = []
services = []
agent = ["bincode"]
yaml = ["serde_yaml"]
msgpack = ["rmp-serde"]
Expand Down

0 comments on commit c8bbfc5

Please sign in to comment.