Skip to content

Commit bb2ecc3

Browse files
Add feature integration tests to CI/CD
1 parent 81556aa commit bb2ecc3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_and_test_on_every_pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,6 @@ jobs:
5151
while read -r target; do
5252
bazel run --config bl-x86_64-linux "$target"
5353
done < ci/showcase_targets_run.txt
54-
54+
- name: Feature Integration Tests
55+
run: |
56+
bazel run --config bl-x86_64-linux //feature_integration_tests/python_test_cases:fit

0 commit comments

Comments
 (0)