mirror of
https://github.com/vlang/v.git
synced 2025-08-03 17:57:59 -04:00
ci: force changes to vlib/x/json2 to trigger the full sanitized checks (the implementation there uses unsafe blocks and vmemcmp/3...)
This commit is contained in:
parent
b511f2239e
commit
f719c2cbe3
4
.github/workflows/sanitized_ci.yml
vendored
4
.github/workflows/sanitized_ci.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user