From f719c2cbe391c155a5a20d6e55288803603f937d Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sat, 26 Jul 2025 16:57:00 +0300 Subject: [PATCH] ci: force changes to vlib/x/json2 to trigger the full sanitized checks (the implementation there uses unsafe blocks and vmemcmp/3...) --- .github/workflows/sanitized_ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/sanitized_ci.yml b/.github/workflows/sanitized_ci.yml index 283abfbbf8..50678326ce 100644 --- a/.github/workflows/sanitized_ci.yml +++ b/.github/workflows/sanitized_ci.yml @@ -41,6 +41,8 @@ on: - 'vlib/v/markused/**.v' - 'vlib/v/preludes/**.v' - 'vlib/v/embed_file/**.v' + - 'vlib/x/json2/**.v' + - 'vlib/x/json2/decoder2/**.v' - '**/sanitized_ci.yml' pull_request: paths: @@ -68,6 +70,8 @@ on: - 'vlib/v/markused/**.v' - 'vlib/v/preludes/**.v' - 'vlib/v/embed_file/**.v' + - 'vlib/x/json2/**.v' + - 'vlib/x/json2/decoder2/**.v' - '**/sanitized_ci.yml' concurrency: