JavaCAN
JavaCAN copied to clipboard
Continous Test Execution
Currently Github Actions "only" compiles the library, but doesn't run tests due to the lack of kernel support for VCAN devices. It would be great to have actions runners that can run on a kernel with VCAN support, so tests can continuously run, providing some more assurance.
I've been experimenting with MicroVMs for containers with custom kernels in my personal infrastructure, which could be a viable approach for this. I still want to run the bulk of the work on github's runners for obvious cost reasons and to not accidentally rely on my own infrastructure where I shouldn't.