Skip to content

Commit

Permalink
chore: test ci speed
Browse files Browse the repository at this point in the history
  • Loading branch information
jxs committed Mar 1, 2024
1 parent 60fd566 commit 28de0ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# test ci
name: Continuous integration

on:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 28de0ac

Please sign in to comment.