From 56764767659dc5552ba3f0e741c1024cf9cb9e76 Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu+github@posteo.de> Date: Fri, 28 May 2021 15:33:31 +0200 Subject: [PATCH] CI: remove useless stage --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6034d4f..c80f07d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,9 +46,6 @@ jobs: if: runner.os == 'Linux' - name: Build run: cargo build --release ${{ matrix.features }} --verbose - # there are currently no automated tests - - name: Run tests - run: cargo test --release ${{ matrix.features }} --verbose - name: Archive artifacts uses: actions/upload-artifact@v2 if: matrix.features == '--all-features'