Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 2086260

Browse files
committed
Account for ignored tooltip test in RLS
1 parent 44462df commit 2086260

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ jobs:
2626
rust: nightly
2727
name: tests
2828
crates:
29-
".":
30-
- test_name: test_tooltip_std
31-
args: --ignored
3229
rls-analysis: []
3330
rls-data: []
3431
rls-rustc: []
3532
rls-span: []
3633
rls-vfs: []
37-
# - script: cargo test test_tooltip_std -- --ignored
34+
".":
35+
- test_name: test_tooltip_std
36+
args: --ignored

ci/azure-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ jobs:
2525
workingDirectory: $(Build.SourcesDirectory)/${{ crate.key }}
2626
- ${{ each feature in crate.value }}:
2727
- script: cargo test -v ${{ feature.test_name }} -- ${{ feature.args }}
28+
displayName: Run tests - ${{ crate.key }} - ${{ feature.test_name }}
29+
workingDirectory: $(Build.SourcesDirectory)/${{ crate.key }}

0 commit comments

Comments
 (0)