Skip to content

Commit 546cd8f

Browse files
committed
ci: split cargo out of x86_64-gnu-aux on azure
1 parent f8f4972 commit 546cd8f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.azure-pipelines/auto.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,11 @@ jobs:
156156

157157
x86_64-gnu-aux:
158158
IMAGE: x86_64-gnu-aux
159+
SCRIPT: make check-aux EXCLUDE_CARGO=1
160+
161+
x86_64-gnu-cargo:
162+
IMAGE: x86_64-gnu-aux
163+
SCRIPT: ./x.py test src/tools/cargotest src/tools/cargo
159164

160165
x86_64-gnu-tools:
161166
IMAGE: x86_64-gnu-tools

0 commit comments

Comments
 (0)