diff --git a/Makefile b/Makefile index 553b12b..8fa67b8 100644 --- a/Makefile +++ b/Makefile @@ -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.