From d5798982d12dfb66b678ccc6b05703c62edc73c4 Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Wed, 3 Mar 2021 18:23:38 +0100 Subject: [PATCH] ci(actions): libraries dont have lock files --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5f45305..9351045 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -79,4 +79,4 @@ jobs: uses: actions-rs/cargo@v1 with: command: test - args: --verbose --locked --all-features + args: --verbose --all-features