WebAssembly / spec

WebAssembly specification, reference interpreter, and test suite.
https://webassembly.github.io/spec/
Other
3.11k stars 439 forks source link

[ci] Split CI jobs #1627

Closed rossberg closed 1 year ago

rossberg commented 1 year ago

This splits up the Github CI workflows for interpreter and spec, and sets up path filters to avoid unnecessary work.

Also adds a bit more friendly output.

rossberg commented 1 year ago

Landed this because I couldn't find another way to actually test the new workflows. They seem to work fine, but PTAL anyway. Happy to make changes in a follow-up.

rossberg commented 1 year ago

Turns out I screwed up the path filters (missing /**). Should be fixed now.