Skip to content

Commit 64508ed

Browse files
committed
address sanitizer in CI
1 parent 45850a4 commit 64508ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
- name: c3fzf on c3tools
2828
run: |
29-
c3c --trust=full build c3fzf
29+
c3c --sanitize=address --trust=full build c3fzf
3030
./build/c3fzf --project=./lib/ .
3131
./build/c3fzf --project=./lib/ . .
3232
./build/c3fzf --project=./lib/ c3tools::codefmt .
@@ -74,8 +74,8 @@ jobs:
7474
#
7575
- name: c3tools unit tests
7676
run: |
77-
c3c --trust=full build c3fmt
78-
c3c --trust=full test
77+
c3c --sanitize=address --trust=full build c3fmt
78+
c3c --sanitize=address --trust=full test
7979
8080
- name: c3fmt c3tools
8181
run: |

0 commit comments

Comments
 (0)