Renamed the "test" target of the Makefile in the project as "tests" due to an issue with the former naming.

This commit is contained in:
Javier Cicchelli 2025-03-13 00:57:55 +01:00
parent 93bb6b2e4a
commit c1362a3190

View File

@ -15,7 +15,7 @@ reset: ## Resets the complete SPM cache/build folder from the package.
run: ## Runs the project locally.
@swift run -c release
test: ## Runs all the test cases of the project.
tests: ## Runs all the test cases of the project.
@swift test --enable-swift-testing
update: ## Updates the SPM package dependencies.