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

Commit fab8edc

Browse files
committed
ci: Check also the IPC feature build
1 parent 5469f58 commit fab8edc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,6 @@ jobs:
3939
rls-vfs: []
4040
".":
4141
- test_name: test_tooltip_std
42-
args: --ignored
42+
test_args: --ignored
43+
# Test also the IPC feature build
44+
- args: --features ipc

ci/azure-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
displayName: Run tests - ${{ crate.key }}
2525
workingDirectory: $(Build.SourcesDirectory)/${{ crate.key }}
2626
- ${{ each extra in crate.value }}:
27-
- script: cargo test -v ${{ extra.test_name }} -- ${{ extra.args }}
27+
- script: cargo test -v ${{ extra.args }} ${{ extra.test_name }} -- ${{ extra.test_args }}
2828
displayName: Run tests - ${{ crate.key }} - ${{ extra.test_name }}
2929
workingDirectory: $(Build.SourcesDirectory)/${{ crate.key }}

0 commit comments

Comments
 (0)