worlickwerx / pi-parport

retro parallel port for raspberry pi
GNU General Public License v2.0
67 stars 12 forks source link

ci: drop ubuntu 16.04 test, add driver load test #60

Closed garlick closed 2 years ago

garlick commented 2 years ago

CI hangs because it is waiting for an available ubuntu-16.04 runner, which is no longer offered by github. Drop that test.

Add a test that builds against the running ubuntu-latest kernel and loads/unloads the driver. That might catch some additional problems down the road.

quorten commented 2 years ago

Nice, I like printing the dmesg output in the test.

garlick commented 2 years ago

Yeah it didn't dawn on me until recently that these azure vms are really vms and they would let you load a kernel module! Thanks for the review.