Add make target `parallel`

pull/57/head
Tim Byrne 6 years ago
parent 672c985e88
commit 3f7e8b148e
No known key found for this signature in database
GPG Key ID: 6CBE24C2FD8CF76E
  1. 4
      Makefile

@ -16,6 +16,10 @@ pdf:
.PHONY: test
test: bats shellcheck
.PHONY: parallel
parallel:
ls test/*bats | time parallel -q -P0 -- docker run --rm -v "$$PWD:/yadm:ro" yadm/testbed bash -c 'bats {}'
.PHONY: bats
bats:
@echo Running all bats tests

Loading…
Cancel
Save