From a33247c94078b7fce6c3a4f283e5fbcd28dad023 Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Wed, 1 Jun 2022 21:20:01 +0200 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 46e12f6f..20f1cab4 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -11,8 +11,6 @@ jobs: - run: rustup update stable - run: rustup component add rustfmt - run: rustup component add clippy - - name: cargo build - uses: actions/checkout@v3 - run: cargo test --all-features - run: cargo fmt --all -- --check - run: cargo clippy --all-features --all-targets -- --deny warnings