From 34d741b343011ea83d911b6d0be6349e35d7b08b Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Tue, 25 Jan 2022 21:07:29 +0100 Subject: [PATCH] Don't run check It takes time and is fully covered by compiling and running tests anyway --- .github/workflows/tests.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 563aab0..88616cf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,12 +23,6 @@ jobs: toolchain: ${{ matrix.rust }} override: true - - name: check - uses: actions-rs/cargo@v1 - with: - command: check - args: --all - - name: tests uses: actions-rs/cargo@v1 with: