1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

add rustfmt back

This commit is contained in:
schaeff 2019-08-14 11:07:38 +02:00
parent 07507cc89e
commit 0865bfdcea

View file

@ -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