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
* Split up test jobs on CI
Currently CI takes a pretty significant chunk of time for this
repository so try to speed it up by sharding jobs. Each language is now
tested in isolation to avoid the need to have one giant builder with all
the deps for all the languages. That helps split out install steps and
test less on each builder while maintaining the same set of test
coverage.
This also merges the `csharp-{naot,mono}` features as for CI they were
both already always enabled so now there's just one `csharp` feature.
* Add wasi target
* Try to fix CI
* Add back csharp-mono feature
* Skip wasi-sdk for csharp
* Revert "Skip wasi-sdk for csharp"
This reverts commit 44d0f1d.
0 commit comments