Skip to content

Commit bf21a7a

Browse files
committed
Adding openvx integration test in CI
1 parent d89936d commit bf21a7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
- name: Build the code
3636
run: bazel build //...
3737

38+
# Run OpenVX Integration test
39+
- name: OpenVX Integration Test
40+
run: bazel run //tests/vx_test:vx_test
41+
3842
# Test the project
3943
# - name: Run Bazel tests
4044
# run: |

0 commit comments

Comments
 (0)