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:
parent
93bb6b2e4a
commit
c1362a3190
2
Makefile
2
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user