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
The basics for unit testing are already in the repository under tests/basic.cpp, but the tests aren't really that meaningful as of right now. There should be some tests that guarantee the functionality of the tool works, such as installing, removing, updating, etc.
In addition, these tests should be ran and checked using an automated work flow with Github actions and/or Gitlab runners. The runners should create a new release upon completion with multi-arch builds.
The text was updated successfully, but these errors were encountered:
davidallendj
changed the title
[DEV] Finish setting up workflow with Github actions
[DEV] Finish setting up automated workflow with Github actions
Aug 18, 2024
davidallendj
changed the title
[DEV] Finish setting up automated workflow with Github actions
[DEV] Finish setting up tests and automated workflow
Aug 18, 2024
The basics for unit testing are already in the repository under
tests/basic.cpp
, but the tests aren't really that meaningful as of right now. There should be some tests that guarantee the functionality of the tool works, such as installing, removing, updating, etc.In addition, these tests should be ran and checked using an automated work flow with Github actions and/or Gitlab runners. The runners should create a new release upon completion with multi-arch builds.
The text was updated successfully, but these errors were encountered: