From 6a22ab83cfbf9e6f446cb2c002e8edaedccb8310 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 17 Nov 2023 14:16:12 -0800 Subject: [PATCH] Fix cargo check --tests invocation --- .github/actions/run_tests/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/run_tests/action.yml b/.github/actions/run_tests/action.yml index 6d2a2c9f37bfe8cb6ea656682667499911ea6bfa..cfb890a45a30b52b5971048a511e4015b07382c3 100644 --- a/.github/actions/run_tests/action.yml +++ b/.github/actions/run_tests/action.yml @@ -25,7 +25,7 @@ runs: env: RUSTFLAGS: -D warnings shell: bash -euxo pipefail {0} - run: cargo check --test --workspace + run: cargo check --tests --workspace - name: Run tests env: