From 3b652bbb65af160bdd28b31e52001c0936fa605b Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Thu, 19 Aug 2021 13:18:49 -0700 Subject: [PATCH] try to fix CI error https://github.com/scottlamb/retina/actions/runs/1148367482 --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a8520a..36bb576 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,9 +39,11 @@ jobs: run: cargo test --all-features - name: Check fuzz tests run: cd fuzz && cargo check - - name: Check formatting + - name: Check main crate formatting if: matrix.rust == 'stable' run: cargo fmt -- --check + - name: Check fuzz crate formatting + if: matrix.rust == 'stable' run: cd fuzz && cargo fmt -- --check license: name: Check copyright/license headers