From eea6acd93e103c3f56443bb7dce142c2ab1efe3c Mon Sep 17 00:00:00 2001 From: orhun Date: Tue, 15 Dec 2020 01:37:32 +0300 Subject: [PATCH] chore: Use args for check command arguments in CI workflow --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21dc9b4..abb1e1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,8 @@ jobs: override: true - uses: actions-rs/cargo@v1 with: - command: check --locked + command: check + args: --locked test: name: Test Suite