mirror of
https://github.com/vlang/v.git
synced 2025-08-04 02:07:28 -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/markused/**.v'
|
||||||
- 'vlib/v/preludes/**.v'
|
- 'vlib/v/preludes/**.v'
|
||||||
- 'vlib/v/embed_file/**.v'
|
- 'vlib/v/embed_file/**.v'
|
||||||
|
- 'vlib/x/json2/**.v'
|
||||||
|
- 'vlib/x/json2/decoder2/**.v'
|
||||||
- '**/sanitized_ci.yml'
|
- '**/sanitized_ci.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
@ -68,6 +70,8 @@ on:
|
|||||||
- 'vlib/v/markused/**.v'
|
- 'vlib/v/markused/**.v'
|
||||||
- 'vlib/v/preludes/**.v'
|
- 'vlib/v/preludes/**.v'
|
||||||
- 'vlib/v/embed_file/**.v'
|
- 'vlib/v/embed_file/**.v'
|
||||||
|
- 'vlib/x/json2/**.v'
|
||||||
|
- 'vlib/x/json2/decoder2/**.v'
|
||||||
- '**/sanitized_ci.yml'
|
- '**/sanitized_ci.yml'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user