You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could move to github actions for CI use it for testing all 3 platforms without requiring travis and appveyor accounts.
To support windows, this requires rewriting the current ci/script.sh to be platform agnostic. I've noticed wasmtime uses a rust runner. The benefit of that woudld be that windows contirbutors can run tests locally without requiring WSL (or something similar).
Explanation of the requested feature. What use case does it solve?
Windows & Linux tests could be unified
🙌 Are you interested in implementing this feature?
Yes
The text was updated successfully, but these errors were encountered:
💡 Feature Description
We could move to github actions for CI use it for testing all 3 platforms without requiring travis and appveyor accounts.
To support windows, this requires rewriting the current
ci/script.sh
to be platform agnostic. I've noticedwasmtime
uses a rust runner. The benefit of that woudld be that windows contirbutors can run tests locally without requiring WSL (or something similar).Explanation of the requested feature. What use case does it solve?
Windows & Linux tests could be unified
🙌 Are you interested in implementing this feature?
The text was updated successfully, but these errors were encountered: