lodestone_core
                                
                                
                                
                                    lodestone_core copied to clipboard
                            
                            
                            
                        Incoporate testing into the CI
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.