You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our goal is to structure the Rugby verification example as a proper regression
test. This should help us ensure we do not break the implementation in future
changes.
Create a new regression test in the tests directory.
Add the test to the CMakeLists.txt file in the tests directory.
Add the test to the CI on GitHub Actions.
Set up the CI to run on every Merge Request.
The text was updated successfully, but these errors were encountered:
Our goal is to structure the Rugby verification example as a proper regression
test. This should help us ensure we do not break the implementation in future
changes.
tests
directory.CMakeLists.txt
file in thetests
directory.The text was updated successfully, but these errors were encountered: