1
0
Fork 0

fix(build): run rule/example tests during CI

This commit is contained in:
Sean Sube 2022-05-29 18:02:49 -05:00
parent 32ee5d1f00
commit 81aac07fd5
2 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,7 @@ build-node:
- .build-node
script:
- make ci
- make ci-full
artifacts:
when: always

View File

@ -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 \