We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5278c commit c2871e8Copy full SHA for c2871e8
.github/workflows/rust_check.yml
@@ -30,7 +30,5 @@ jobs:
30
run: cargo test --test integration_tests --verbose
31
- name: Run memory monitoring tests
32
run: cargo test test_memory_monitor_with_mock_usage --verbose
33
- - name: Run clippy
34
- run: cargo clippy -- -D warnings
35
- name: Check formatting
36
run: cargo fmt --check
0 commit comments