Skip to content

Commit

Permalink
ci: uncomment fmt check
Browse files Browse the repository at this point in the history
  • Loading branch information
nakul1010 committed Jul 20, 2023
1 parent 50fafcc commit 08fa417
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cargo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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 }}
Expand Down
2 changes: 0 additions & 2 deletions scripts/run_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 08fa417

Please sign in to comment.