summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
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