summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorArcaneDev <alive6863@gmail.com>2025-11-16 12:43:07 +0300
committerGitHub <noreply@github.com>2025-11-16 12:43:07 +0300
commit31d8e9b3cb37b4a8e014b3581ce67267e68217f2 (patch)
treeb49255e11d26808a98feb02ce2c832fb76d06092 /.github
parent3034dee701a71c0615a10296c3ed386b9c562ea1 (diff)
Disable tests and checks in rust.yml
Comment out test, Clippy, and format steps in CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust.yml12
1 files changed, 6 insertions, 6 deletions
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