Added the "lib-test" task to the Make file file.

This commit is contained in:
2025-09-10 21:19:24 +02:00
parent 57f92c7639
commit ff1fa47290
+6
View File
@@ -24,6 +24,12 @@ package-build: ## Builds the project locally
package-clean: ## Deletes built SPM artifacts from the package
@swift package clean
lib-test: ## Runs the tests of the library
@swift test \
--disable-xctest \
--enable-code-coverage \
--enable-swift-testing \
--parallel
package-outdated: ## Lists the SPM package dependencies that can be updated
@swift package update --dry-run