Skip to content

Commit f719c2c

Browse files
committed
ci: force changes to vlib/x/json2 to trigger the full sanitized checks (the implementation there uses unsafe blocks and vmemcmp/3...)
1 parent b511f22 commit f719c2c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

‎.github/workflows/sanitized_ci.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ on:
4141
- 'vlib/v/markused/**.v'
4242
- 'vlib/v/preludes/**.v'
4343
- 'vlib/v/embed_file/**.v'
44+
- 'vlib/x/json2/**.v'
45+
- 'vlib/x/json2/decoder2/**.v'
4446
- '**/sanitized_ci.yml'
4547
pull_request:
4648
paths:
@@ -68,6 +70,8 @@ on:
6870
- 'vlib/v/markused/**.v'
6971
- 'vlib/v/preludes/**.v'
7072
- 'vlib/v/embed_file/**.v'
73+
- 'vlib/x/json2/**.v'
74+
- 'vlib/x/json2/decoder2/**.v'
7175
- '**/sanitized_ci.yml'
7276

7377
concurrency:

0 commit comments

Comments
 (0)