Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrogario committed Dec 25, 2023
1 parent 9f9452a commit 4ea34f8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
echo "VALUE=--release" >> $GITHUB_OUTPUT
fi
- name: Run cargo check
run: |
cargo check \
"${{ steps.build_type.outputs.VALUE }}" \
--locked \
--all-targets \
--all-features \
--tests \
--workspace
- name: Run cargo check
run: |
cargo check \
"${{ steps.build_type.outputs.VALUE }}" \
--locked \
--all-targets \
--all-features \
--tests \
--workspace

0 comments on commit 4ea34f8

Please sign in to comment.