From 08fa4177c06dd7bd79029d774db64ba9cbe6cf73 Mon Sep 17 00:00:00 2001 From: nakul1010 Date: Thu, 20 Jul 2023 19:39:25 +0530 Subject: [PATCH] ci: uncomment fmt check --- .github/workflows/cargo-test.yml | 8 ++++---- scripts/run_images.sh | 2 -- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cargo-test.yml b/.github/workflows/cargo-test.yml index 0247b21ed..52efb4c87 100644 --- a/.github/workflows/cargo-test.yml +++ b/.github/workflows/cargo-test.yml @@ -38,9 +38,9 @@ jobs: with: toolchain: ${{ env.TOOLCHAIN }} components: rustfmt -# - name: fmt -# run: | -# cargo fmt --all -- --check + - name: fmt + run: | + cargo fmt --all -- --check # - run: rustup component add clippy # - name: clippy # run: | @@ -58,7 +58,7 @@ jobs: ELECTRS_URL: http://localhost:3002 run: | docker-compose up -d bitcoind bitcoin-cli electrs - cargo test test_redeem_succeeds --release --workspace --features ${{ matrix.metadata }} --features uses-bitcoind + cargo test --release --workspace --features ${{ matrix.metadata }} --features uses-bitcoind - name: build run: | cargo build --release --workspace --features ${{ matrix.metadata }} diff --git a/scripts/run_images.sh b/scripts/run_images.sh index 2f73d8ae0..9e0e99e1f 100644 --- a/scripts/run_images.sh +++ b/scripts/run_images.sh @@ -6,7 +6,5 @@ cd .. # Stop previously running parachain docker-compose rm -v -s -f interbtc -#lsof -ti :9944 | xargs kill - # Start parachain instance docker-compose up -d interbtc \ No newline at end of file