Skip to content

Commit 6d78d06

Browse files
committed
enable ci
1 parent cdcec2d commit 6d78d06

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test_and_docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- name: Execute Unit Tests with Coverage Analysis
6969
run: |
7070
python ./scripts/quality_runners.py
71+
- name: Execute Feature Integration Tests
72+
run: |
73+
bazel test //feature_integration_tests/test_cases:fit
7174
- name: Publish build summary
7275
if: always()
7376
run: |

0 commit comments

Comments
 (0)