Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
langyo committed Dec 15, 2023
1 parent edab060 commit 1d8c171
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/yew/tests/raw_html.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ create_test!(
r#"<p>paragraph</p><a href="https://yew.rs">link</a>"#
);

#[cfg(all(target_arch = "wasm32", not(target_os = "wasi")))]
macro_rules! create_update_html_test {
($name:ident, $initial:expr, $updated:expr) => {
#[cfg(all(target_arch = "wasm32", not(target_os = "wasi")))]
Expand Down

0 comments on commit 1d8c171

Please sign in to comment.