From 0865bfdcea29a6ae740dbac6b0f24c32c35871af Mon Sep 17 00:00:00 2001 From: schaeff Date: Wed, 14 Aug 2019 11:07:38 +0200 Subject: [PATCH] add rustfmt back --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index df933448..94bbd1a8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,9 +42,9 @@ jobs: - restore_cache: keys: - v4-cargo-cache-{{ arch }}-{{ checksum "Cargo.lock" }} - # - run: - # name: Check format - # command: rustup component add rustfmt-preview; cargo fmt --all -- --check + - run: + name: Check format + command: rustup component add rustfmt-preview; cargo fmt --all -- --check - run: name: Install libsnark prerequisites command: ./scripts/install_libsnark_prerequisites.sh