fix(build): run rule/example tests during CI
This commit is contained in:
parent
32ee5d1f00
commit
81aac07fd5
|
@ -16,7 +16,7 @@ build-node:
|
||||||
- .build-node
|
- .build-node
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make ci
|
- make ci-full
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
IMAGE_OPTIONS ?=
|
IMAGE_OPTIONS ?=
|
||||||
|
|
||||||
|
ci-full: ci test-examples test-rules
|
||||||
|
|
||||||
cover-fixup: ## run mocha unit tests with coverage reports
|
cover-fixup: ## run mocha unit tests with coverage reports
|
||||||
cover-fixup: cover
|
cover-fixup: cover
|
||||||
sed -i $(TARGET_PATH)/coverage/lcov.info \
|
sed -i $(TARGET_PATH)/coverage/lcov.info \
|
||||||
|
|
Loading…
Reference in New Issue