Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make github actions run webassembly tests #2

Open
LLFourn opened this issue May 27, 2020 · 0 comments
Open

Make github actions run webassembly tests #2

LLFourn opened this issue May 27, 2020 · 0 comments

Comments

@LLFourn
Copy link
Owner

LLFourn commented May 27, 2020

Many of the tests are dual declared as wasm tests as well with:

macro_rules! test_plus_wasm {
($($test:item)*) => {
#[cfg(target_arch = "wasm32")]
use wasm_bindgen_test::*;
$(
#[cfg_attr(not(target_arch = "wasm32"), test)]
#[cfg_attr(target_arch = "wasm32", wasm_bindgen_test)]
$test
)*
};
}

But the tests don't run on github actions.

LLFourn added a commit that referenced this issue Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant