lisdude / toaststunt

A network accessible, multi-user, programmable, interactive system for the creation of LambdaMOO style MOOs / MUDs.
63 stars 27 forks source link

CI: Run tests on commit or PR #85

Open ctoth opened 1 year ago

ctoth commented 1 year ago

Overview

This Pull Request introduces a new GitHub Actions CI/CD workflow that automatically builds and tests the codebase upon commits and PRs to the master branch. The workflow includes steps for dependency installation, build configuration, and test execution.

If the tests fail, the workflow will fail, giving instant feedback in the GitHub UI.

ctoth commented 11 months ago

I have rebased this on latest master and it is now working properly. If any of the tests fail, the job fails. If they all succeed, it succeeds. We should be good to merge :)