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 d30c712 commit 649625e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Run cargo check
run: |
cargo check \
"${{ steps.build_type.outputs.VALUE }}" \
${{ steps.build_type.outputs.VALUE }} \
--locked \
--all-targets \
--all-features \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Run cargo clippy
run: |
cargo clippy \
"${{ steps.build_type.outputs.VALUE }}" \
${{ steps.build_type.outputs.VALUE }} \
--all-targets \
--all-features \
-- -D warnings
2 changes: 1 addition & 1 deletion .github/workflows/posix_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Build the project
run: |
cargo build \
"${{ steps.build_type.outputs.VALUE }}"
${{ steps.build_type.outputs.VALUE }}

0 comments on commit 649625e

Please sign in to comment.