teleclimber / Dropserver

An application platform for your personal web services. https://dropserver.org
Apache License 2.0
42 stars 1 forks source link

Automated build should check for missing checkinject dependencies #75

Open teleclimber opened 2 years ago

teleclimber commented 2 years ago

Turns out the v0.6.0 build of ds-host hid a fatal bug because i didn't check the results of checkinject before pushing the tag. The automated tests should actually run the executables and fail if any deps are missing.

Note this means #40 needs to be resolved.