From 6894d20433df7518ffa6a90cb6cfcf9ef29fd9f0 Mon Sep 17 00:00:00 2001 From: Aitor Ruano Date: Thu, 2 Apr 2020 10:15:25 +0200 Subject: [PATCH] fix workflow no-std test --- .github/workflows/rust.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a92f52a..79bf87c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -43,7 +43,8 @@ jobs: override: true - uses: actions-rs/cargo@v1 with: - command: test --no-default-features + command: test + args: --no-default-features format: name: Format