JavaCAN icon indicating copy to clipboard operation
JavaCAN copied to clipboard

Continous Test Execution

Open pschichtel opened this issue 1 year ago • 1 comments

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.

pschichtel avatar Aug 28 '24 10:08 pschichtel

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.

pschichtel avatar Aug 28 '24 10:08 pschichtel