Skip to content

Commit

Permalink
Add clippy full output to meet minimum size requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
novafacing committed May 16, 2024
1 parent c3ccb3b commit 9e0f684
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,7 @@ jobs:
cargo clippy > clippy.log \
|| ( echo "❗ [CT39 (1/2)] Failed clippy static analysis checks" && exit 1 )
cargo clippy --message-format=json 2> /dev/null | jq 'select(.reason == "compiler-message")' 2>/dev/null > clippy.json
cargo clippy --message-format=json > clippy-full.json 2>&1
echo "✅ [CT39 (1/2)] Passed clippy static analysis checks"
- name: Upload Clippy Check Results
Expand All @@ -476,6 +477,7 @@ jobs:
name: clippy-json
path: |
clippy.json
clippy-full.json
clippy.log
- name: Test Project
Expand Down

0 comments on commit 9e0f684

Please sign in to comment.