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
{{ message }}
This repository was archived by the owner on Sep 3, 2025. It is now read-only.
Add three new Makefile targets:
1. 'test' - runs the project's unit tests
2. 'test-integration' - installs the required dependencies for and runs
the project's integration tests, following the example set in [1]
3. 'test-all' - runs all project test suites (unit, integration, and
end-to-end)
1: a6ff664
Signed-off-by: Lessley Dennington <[email protected]>
0 commit comments