make sure we pull in translations for check action as well

This commit is contained in:
Damien Elmes 2020-02-27 20:52:05 +10:00
parent c966d88e4c
commit 92670acff8

View File

@ -104,7 +104,7 @@ clean-dist:
rm -rf dist
.PHONY: check
check: pyenv buildhash
check: pyenv buildhash prepare
@set -eo pipefail && \
for dir in $(CHECKABLE_RS); do \
$(SUBMAKE) -C $$dir check; \