We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cdf7b4 commit cc0f5d3Copy full SHA for cc0f5d3
1 file changed
.github/workflows/integration-tests.yml
@@ -73,12 +73,6 @@ jobs:
73
pip install --upgrade pip
74
pip install -r tests/requirements.txt
75
76
- - name: Check Rust formatting
77
- run: cargo fmt --all -- --check
78
-
79
- - name: Run Rust linter
80
- run: cargo clippy --all-targets --all-features -- -D warnings
81
82
- name: Build Rust application
83
run: cargo build --verbose
84
@@ -139,4 +133,4 @@ jobs:
139
133
echo "✅ All tests passed!" >> $GITHUB_STEP_SUMMARY
140
134
else
141
135
echo "❌ Some tests failed. Check the logs above." >> $GITHUB_STEP_SUMMARY
142
- fi
136
+ fi
0 commit comments