rust-osdev / bootimage

Tool to create bootable disk images from a Rust OS kernel.
Apache License 2.0
767 stars 67 forks source link

Create testing infrastructure #29

Closed phil-opp closed 5 years ago

phil-opp commented 5 years ago

Right now the CI build only invokes cargo test, but does not try to run bootimage. This caused a lot of churn in recent releases because some bugs on Windows were only discovered after publishing. To avoid this in the future, we should try to build a test project on all three platforms.