From 01e9513c23a936e6b2fa01af9a44ebf64e3ad0b9 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Sun, 18 Dec 2022 18:54:50 +0100 Subject: [PATCH] No check, just test --- .github/workflows/tests.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ee9a0e7..af154fd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,12 +31,6 @@ jobs: - uses: Swatinem/rust-cache@v2 - - name: check - uses: actions-rs/cargo@v1 - with: - command: check - args: --all - - name: tests uses: actions-rs/cargo@v1 with: