From 7a74bb9997aa78f6e1aa96f3c84f63995d07c498 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Wed, 24 Feb 2021 12:39:47 +0000 Subject: [PATCH] fmt --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a3ba7a0..3bfa0acb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: with: command: hack args: check --workspace --no-default-features - + - name: check minimal + tests uses: actions-rs/cargo@v1 with: @@ -78,7 +78,7 @@ jobs: with: command: check args: --workspace --tests --examples - + - name: check full uses: actions-rs/cargo@v1 with: