From 7d9a06300245b5a32e65dece153a0a12bed6d942 Mon Sep 17 00:00:00 2001 From: k-nasa Date: Thu, 28 Nov 2019 20:53:47 +0900 Subject: [PATCH] fix cargo test arguments on ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27f03187..f1a71c19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: test - args: --all --features unstable attributes + args: --all --features "unstable attributes" check_fmt_and_docs: name: Checking fmt and docs