Skip to content

Commit cc0f5d3

Browse files
authored
Update integration-tests.yml
1 parent 1cdf7b4 commit cc0f5d3

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@ jobs:
7373
pip install --upgrade pip
7474
pip install -r tests/requirements.txt
7575
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-
8276
- name: Build Rust application
8377
run: cargo build --verbose
8478

@@ -139,4 +133,4 @@ jobs:
139133
echo "✅ All tests passed!" >> $GITHUB_STEP_SUMMARY
140134
else
141135
echo "❌ Some tests failed. Check the logs above." >> $GITHUB_STEP_SUMMARY
142-
fi
136+
fi

0 commit comments

Comments
 (0)