mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 20:43:21 +00:00
vscode tests configuration for more verbose output
This commit is contained in:
parent
e3223a7fd3
commit
1797b665a4
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -125,6 +125,8 @@ jobs:
|
|||
|
||||
- name: Run vscode tests
|
||||
uses: GabrielBB/xvfb-action@v1.2
|
||||
env:
|
||||
VSCODE_CLI: 1
|
||||
with:
|
||||
run: npm --prefix ./editors/code test
|
||||
# working-directory: ./editors/code # does not work: https://github.com/GabrielBB/xvfb-action/issues/8
|
||||
|
|
Loading…
Reference in a new issue