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
|
||||
|
||||
script:
|
||||
- make ci
|
||||
- make ci-full
|
||||
|
||||
artifacts:
|
||||
when: always
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
IMAGE_OPTIONS ?=
|
||||
|
||||
ci-full: ci test-examples test-rules
|
||||
|
||||
cover-fixup: ## run mocha unit tests with coverage reports
|
||||
cover-fixup: cover
|
||||
sed -i $(TARGET_PATH)/coverage/lcov.info \
|
||||
|
|
Loading…
Reference in New Issue