Updated the "run" task in the Makefile file to define the debug log level.
This commit is contained in:
@@ -37,7 +37,7 @@ build: ## Builds the project locally.
|
||||
@swift build -c release
|
||||
|
||||
run: build ## Runs the project locally.
|
||||
@swift run doxy --archives-path "$(DOCC_ARCHIVES_FOLDER)"
|
||||
@swift run doxy --archives-path "$(DOCC_ARCHIVES_FOLDER)" --log-level debug
|
||||
|
||||
tests: ## Runs all the test cases of the project.
|
||||
@swift test --enable-swift-testing
|
||||
|
||||
Reference in New Issue
Block a user