Fix cargo check --tests invocation

Max Brunsfeld created

Change summary

.github/actions/run_tests/action.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

.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: