test assumption

This commit is contained in:
jkoberg
2021-10-18 17:58:14 +02:00
parent 7144ed24dc
commit cee10e06e5
3 changed files with 1 additions and 2 deletions

View File

@@ -132,6 +132,7 @@ go-mod-tidy:
.PHONY: test
test:
@for mod in $(OCIS_MODULES); do \
$(MAKE) --no-print-directory -C $$mod ci-node-generate; \
$(MAKE) --no-print-directory -C $$mod test; \
done

View File

@@ -28,7 +28,6 @@ ci-go-generate: pull-assets # CI runs ci-node-generate automatically before this
.PHONY: ci-node-generate
ci-node-generate:
yarn install --frozen-lockfile
yarn build
.PHONY: pull-assets
pull-assets:

View File

@@ -28,7 +28,6 @@ ci-go-generate: pull-assets # CI runs ci-node-generate automatically before this
.PHONY: ci-node-generate
ci-node-generate:
yarn install --frozen-lockfile
yarn build
WEB_ASSETS_VERSION = v4.3.0