Amiibo Service live tests refactoring #15

Merged
javier merged 15 commits from library/amiibo-service-tests-update into main 2025-10-01 23:19:15 +00:00
Showing only changes of commit c2faa56d09 - Show all commits
+5 -2
View File
@@ -19,10 +19,13 @@ export $(shell sed 's/=.*//' $(environment))
# LIBRARY
lib-build: ## Builds the project locally
lib-build: ## Builds the library
@swift build
lib-test: ## Runs the tests of the library
lib-release: ## Releases the library
@swift build -c release
lib-test: ## Runs the unit tests for the library
@swift test \
--disable-xctest \
--enable-code-coverage \