-
Notifications
You must be signed in to change notification settings - Fork 79
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
wasm32-wasip1
/wasm32-wasip2
tests
#441
base: master
Are you sure you want to change the base?
wasm32-wasip1
/wasm32-wasip2
tests
#441
Conversation
… all variations into the same test script
I'm opening up this draft to get some feedback. Most of the test suite from |
I personally see doc tests as testing for the validity of examples given in the docs, ensuring the code there actually runs. They shouldn't contribute meaningfully to coverage, and if they do then we should introduce non-doc tests to also provide the same coverage. |
This PR enables as many of the automated CI test suite as possible for the
wasm32-wasip1
andwasm32-wasip2
targets.