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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user