mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 05:38:46 +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
|
- name: Run vscode tests
|
||||||
uses: GabrielBB/xvfb-action@v1.2
|
uses: GabrielBB/xvfb-action@v1.2
|
||||||
|
env:
|
||||||
|
VSCODE_CLI: 1
|
||||||
with:
|
with:
|
||||||
run: npm --prefix ./editors/code test
|
run: npm --prefix ./editors/code test
|
||||||
# working-directory: ./editors/code # does not work: https://github.com/GabrielBB/xvfb-action/issues/8
|
# working-directory: ./editors/code # does not work: https://github.com/GabrielBB/xvfb-action/issues/8
|
||||||
|
|
Loading…
Reference in a new issue