From 46e838cd9b8d98fada528e63d11191f6c2c74c32 Mon Sep 17 00:00:00 2001 From: 4meta5 Date: Mon, 4 Dec 2023 07:53:20 -0500 Subject: [PATCH] change build to check without timing the CI --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index a35f810..32efa15 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -62,7 +62,7 @@ jobs: run: cargo test - name: Check build - run: cargo build --release + run: cargo check --release - name: Check clippy run: cargo clippy --locked --all-targets -- -D warnings