Build baru for wasm32-unknown-unknown#33
Conversation
There was a problem hiding this comment.
Tests are only running on ubuntu at the moment (line 58). That is because we cannot run testcontainer based tests on MacOS.
Hence, this entire script might be cleaner if you change the build_test_workspace to be just build but extend the matrix to build on wasm as well.
Then you can add one more job that just runs on ubuntu and runs the tests. That should get the number of conditionals in your job definition down.
Maybe we can run tests on MacOS after/if we merge #34. Let's put this on hold since it didn't make it to the 0.2.0 release anyway. |
Which works for MacOS.
|
Closing so that I don't run CI both on my fork and here. |
Fixes #26.