mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 03:17:23 +10:00
ci(windows): optionally test windows with ASAN
Add the label `ci:windows-asan` to enable it.
This commit is contained in:
7
.github/workflows/optional.yml
vendored
7
.github/workflows/optional.yml
vendored
@@ -46,3 +46,10 @@ jobs:
|
||||
runuser -u qemuci -- cmake -B build -G Ninja -D CI_BUILD=ON -D PREFER_LUA=ON &&
|
||||
runuser -u qemuci -- make ${{ matrix.test }}
|
||||
"
|
||||
|
||||
windows-asan:
|
||||
if: contains(github.event.pull_request.labels.*.name, 'ci:windows-asan') || github.event_name == 'workflow_dispatch'
|
||||
uses: ./.github/workflows/test_windows.yml
|
||||
with:
|
||||
build_flags: "-D ENABLE_ASAN_UBSAN=ON"
|
||||
functionaltest_timeout: 40
|
||||
|
||||
Reference in New Issue
Block a user