Skip to content

Commit 5ef8dbc

Browse files
committed
Unique name for asan workflow
1 parent b6ef043 commit 5ef8dbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

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

38-
# Run Memory Sanitizer
39-
- name: OpenVX Integration Test
38+
# Run Address Sanitizer
39+
- name: Address Sanitizer
4040
run: VX_CL_SOURCE_DIR=$GITHUB_WORKSPACE/kernels/opencl bazel run --config asan //tests:vx_test
4141

4242
# Run OpenVX Integration test

0 commit comments

Comments
 (0)