From e4c9f25660258d71e2dbe29dc0e82f15de5c379e Mon Sep 17 00:00:00 2001 From: Caleb Cartwright Date: Sun, 16 Jan 2022 11:00:29 -0600 Subject: [PATCH] ci: use new cargo fmt option --- .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 541307a..792c091 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: run: rustup update stable && rustup default stable - name: Check formatting - run: cargo fmt -- --check + run: cargo fmt --check - name: Run the test suite run: cargo test