Testing Issues #6

Open
DarkFeather wants to merge 0 commits from testing-issues into main
Owner

AniNIX/Maat hasn't been building its test package for a while, due to some issues with the test cases. We're going to split development into the extendedtest Makefile condition and have the CI/CD pipeline (as it tests itself) only test helptext prior to making the package for the test Makefile condition.

AniNIX/Maat hasn't been building its test package for a while, due to some issues with the test cases. We're going to split development into the `extendedtest` Makefile condition and have the CI/CD pipeline (as it tests itself) only test helptext prior to making the package for the `test` Makefile condition.
DarkFeather added 1 commit 2023-10-03 13:02:35 -05:00
DarkFeather added 1 commit 2023-10-08 17:05:43 -05:00
DarkFeather added 1 commit 2023-10-14 14:17:20 -05:00
This branch is already included in the target branch. There is nothing to merge.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b testing-issues main
git pull origin testing-issues

Step 2:

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff testing-issues
git push origin main
Sign in to join this conversation.
No description provided.