API - update tests config

This commit is contained in:
Sam
2022-05-29 09:27:41 +02:00
parent 5fb5343a83
commit e4f4be9534
3 changed files with 4 additions and 2 deletions

View File

@ -12,7 +12,7 @@ bandit:
build-client: lint-client
cd fittrackee_client && $(NPM) build
check-all: lint-all type-check test-all
check-all: bandit lint-all type-check test-all
check-client: lint-client test-client