Lodestone-Team / lodestone_core

The backend for Lodestone, A free, open source server hosting tool for Minecraft and other multiplayers
https://www.lodestone.cc/
GNU Affero General Public License v3.0
60 stars 6 forks source link

Incoporate testing into the CI #19

Open CheatCod opened 2 years ago

CheatCod commented 2 years ago

Intention:

CI does not run any test right now. CI should run cargo test before running cargo run. CI should fail if cargo test fails.

Why is it necessary:

Tests should be part of the CI process for more rigorous verification.