chore(ci): run example tests

This commit is contained in:
Arthur Meyre
2023-06-21 15:35:22 +02:00
parent a924b6ebde
commit 7ea13715ee
2 changed files with 7 additions and 0 deletions

View File

@@ -93,6 +93,10 @@ jobs:
run: |
BIG_TESTS_INSTANCE=TRUE make test_high_level_api
- name: Run example tests
run: |
make test_examples
- name: Slack Notification
if: ${{ always() }}
continue-on-error: true

View File

@@ -310,6 +310,9 @@ test_sha256_bool: install_rs_build_toolchain
--example sha256_bool \
--features=$(TARGET_ARCH_FEATURE),boolean
.PHONY: test_examples # Run tests for examples
test_examples: test_sha256_bool test_regex_engine
.PHONY: doc # Build rust doc
doc: install_rs_check_toolchain
RUSTDOCFLAGS="--html-in-header katex-header.html -Dwarnings" \