]> git.kaiwu.me - njs.git/commitdiff
CI: added extra debug flags and enabled ASAN for njs basic tests.
authorDmitry Volyntsev <xeioex@nginx.com>
Wed, 18 Feb 2026 02:08:41 +0000 (18:08 -0800)
committerDmitry Volyntsev <xeioexception@gmail.com>
Fri, 27 Feb 2026 23:44:30 +0000 (15:44 -0800)
.github/workflows/check-pr.yml

index d71addbd06ac3861f91aeaa78834cf7eeff186dd..c5afdb303766fb0ecee5b8692786814efc0ddebe 100644 (file)
@@ -95,6 +95,9 @@ jobs:
         run: |
           ./configure \
                     --with-quickjs \
+                    --debug=YES \
+                    --debug-memory=YES \
+                    --address-sanitizer=YES \
                     --cc-opt="$CC_OPT -Iquickjs" \
                     --ld-opt="$LD_OPT -Lquickjs" \
           || cat build/autoconf.err