Skip to content

Commit 3280f6c

Browse files
committed
Removing ASAN builds from CI until I can figure out how to support them.
1 parent ea0dfcb commit 3280f6c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
- name: Test Debug Build
1818
run: >-
1919
bazel test -c dbg ...
20-
- name: Test ASAN Build
21-
run: >-
22-
bazel test --config=asan ...
2320
- name: Test Optimized Build
2421
run: >-
2522
bazel test -c opt ...

0 commit comments

Comments
 (0)