From 28de0ac51794c6d5351c135dd8d124fec4b998a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Oliveira?= Date: Fri, 1 Mar 2024 21:26:48 +0000 Subject: [PATCH] chore: test ci speed --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90635ee53e7..eaac6e61a13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,4 @@ +# test ci name: Continuous integration on: @@ -64,7 +65,7 @@ jobs: - name: Extract version from manifest run: | CRATE_VERSION=$(cargo metadata --format-version=1 --no-deps | jq -e -r '.packages[] | select(.name == "'"$CRATE"'") | .version') - + echo "CRATE_VERSION=$CRATE_VERSION" >> $GITHUB_ENV - name: Enforce version in `workspace.dependencies` matches latest version