Skip to content

Commit

Permalink
add parallel option
Browse files Browse the repository at this point in the history
  • Loading branch information
louisabraham committed Jun 5, 2024
1 parent c9296ac commit c1c9d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ assert-CLI_CALL:
@[[ -n "${CLI_CALL}" ]] || { >&2 echo "ERROR: CLI_CALL is not specified"; exit 1; }

check-cli: assert-CLI_CALL assert-bats
cd tests-cli && $(BATS) *.bats
cd tests-api && $(BATS) --jobs $(JOBS) *.bats

check-cli/seguid-javascript: update-submodules
$(MAKE) check-cli CLI_CALL="npx seguid"
Expand Down

0 comments on commit c1c9d5b

Please sign in to comment.