diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7445e71..f2af313 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -18,8 +18,8 @@ jobs: - uses: actions/checkout@v4 - name: Build run: cargo build --verbose - - name: Run tests - run: cargo test --verbose +# - name: Run tests +# run: cargo test --verbose - name: Format run: cargo fmt - name: Clippy