From e136199bfd02e2070a2bd10aa9bb59e023456bd9 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 3 Mar 2022 18:25:43 +0100 Subject: [PATCH] ci: Don't run check / build before test It is redundant. --- .github/workflows/appservice.yml | 6 ------ .github/workflows/ci.yml | 11 ----------- 2 files changed, 17 deletions(-) diff --git a/.github/workflows/appservice.yml b/.github/workflows/appservice.yml index de970ca62..980b082a3 100644 --- a/.github/workflows/appservice.yml +++ b/.github/workflows/appservice.yml @@ -56,12 +56,6 @@ jobs: command: clippy args: --manifest-path crates/matrix-sdk-appservice/Cargo.toml ${{ matrix.cargo_args }} -- -D warnings - - name: Build - uses: actions-rs/cargo@v1 - with: - command: build - args: --manifest-path crates/matrix-sdk-appservice/Cargo.toml ${{ matrix.cargo_args }} - - name: Test uses: actions-rs/cargo@v1 with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc83da2bb..de2311cdf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,12 +137,6 @@ jobs: - name: Load cache uses: Swatinem/rust-cache@v1 - - name: Check - uses: actions-rs/cargo@v1 - with: - command: check - args: --manifest-path crates/matrix-sdk/Cargo.toml ${{ matrix.cargo_args }} - - name: Test uses: actions-rs/cargo@v1 with: @@ -186,11 +180,6 @@ jobs: - name: Load cache uses: Swatinem/rust-cache@v1 - - name: Build - uses: actions-rs/cargo@v1 - with: - command: build - - name: Test uses: actions-rs/cargo@v1 with: