mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: use v -g self
in windows_ci.yml, before running tests, to get more usable backtraces on compilation crashes in PRs
Some checks failed
Workflow Lint / lint-yml-workflows (push) Has been cancelled
Some checks failed
Workflow Lint / lint-yml-workflows (push) Has been cancelled
This commit is contained in:
parent
094ef857b1
commit
8cd7a4f136
1 changed files with 2 additions and 0 deletions
2
.github/workflows/windows_ci.yml
vendored
2
.github/workflows/windows_ci.yml
vendored
|
@ -158,6 +158,8 @@ jobs:
|
|||
run: |
|
||||
v retry -- v setup-freetype
|
||||
.\.github\workflows\windows-install-sqlite.bat
|
||||
- name: v -g self
|
||||
run: v -g self
|
||||
- name: v doctor
|
||||
run: |
|
||||
v doctor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue