From 31d8e9b3cb37b4a8e014b3581ce67267e68217f2 Mon Sep 17 00:00:00 2001 From: ArcaneDev Date: Sun, 16 Nov 2025 12:43:07 +0300 Subject: Disable tests and checks in rust.yml Comment out test, Clippy, and format steps in CI --- .github/workflows/rust.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0ecbe2d..47c83b5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -26,9 +26,9 @@ jobs: run: | sudo apt install -y libx11-dev libasound2-dev cargo build --verbose - - name: Run tests - run: cargo test --verbose - - name: Run Clippy - run: cargo clippy -- -D warnings - - name: Run Format - run: cargo fmt --all --check +# - name: Run tests +# run: cargo test --verbose +# - name: Run Clippy +# run: cargo clippy -- -D warnings +# - name: Run Format +# run: cargo fmt --all --check -- cgit v1.2.3