Ben Wishovich
Ben Wishovich
Since I mostly am only doing maintenance on this, I'd say no, but your'e welcome to take a look and see if any changes can be made to support this!
I also think it's working, but I am not the CI guru. Nice!
@sabify You're pretty familiar with CI I think, can you take a look at this? There's some weird Cache warnings stuff and clicking around in there I'm not even sure...
> I don't see any issue with the workflow and the configuration flag has been set correctly in dev mode on. The only issue is that it is only running...
Also adding a note here that we should figure out how to verify if it's in erase_components mode in the CI
There is a part of me that finds the idea of the CI just up and deciding it's done compiling and to start the tests is hilarious. ```rust Compiling wasm-bindgen...
This seems suboptimal: ```rust [tasks.wait-server] script = ''' for run in {1..12}; do echo "Waiting to ensure server is started..." sleep 10 done echo "Times up, running tests" ```
Glad to see you two collaborating. Looks like we've only got one failure left to fix!
Woah, one line move past another, nice work!
I don't see a problem with doing this, especially for 0.7 as a major release. We don't really have a stated MSRV policy. Appreciate you taking the time @martinfrances107