From 4579da6f3c43d4649f188aade2eb9c3083961604 Mon Sep 17 00:00:00 2001 From: Vitor Enes Date: Tue, 23 Jun 2020 10:24:02 +0200 Subject: [PATCH] Fix cargo hack in CI --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5dc8d1dd..914d3e6c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,8 +18,8 @@ jobs: rust: stable - script: cargo install cargo-hack displayName: install cargo-hack - - script: cargo hack - displayName: cargo hack --feature-powerset check --all-targets + - script: cargo hack --feature-powerset check --all-targets + displayName: cargo hack resources: repositories: