Skip to content

Commit

Permalink
Merge pull request #27 from utxo-teleport/remove-test-infra-in-ci
Browse files Browse the repository at this point in the history
Remove CI extra commands.
  • Loading branch information
rajarshimaitra authored Aug 28, 2023
2 parents 5fb9f5b + 70c5de5 commit 0365c70
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 79 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,32 +15,6 @@ jobs:
- name: Set profile
run: rustup set profile minimal

- name: Install bitcoind
run: |
wget https://bitcoincore.org/bin/bitcoin-core-0.21.1/bitcoin-0.21.1-x86_64-linux-gnu.tar.gz
tar -xvf bitcoin-0.21.1-x86_64-linux-gnu.tar.gz
sudo cp bitcoin-0.21.1/bin/* /usr/local/bin
which bitcoind
# bitcoind setups are required for integration test
# TODO: Separate unit and integration tests to different process.
- name: Run and bitcoind
run: |
mkdir -p .bitcoin
cp .github/bitcoin.conf .bitcoin/
bitcoind -daemon -datadir=.bitcoin
- name: Sleep for 5 secs # Wait until bitcoind starts
uses: juliangruber/sleep-action@v1
with:
time: 5s

- name: Setup core wallet
run: |
bitcoin-cli -datadir=.bitcoin createwallet teleport
addrs=$(bitcoin-cli -datadir=.bitcoin getnewaddress)
bitcoin-cli -datadir=.bitcoin generatetoaddress 101 $addrs
# Pin grcov to v0.8.2 because of build failure at 0.8.3
- name: Install grcov
run: cargo install grcov --force --version 0.8.2
Expand Down
53 changes: 0 additions & 53 deletions tests/init.sh

This file was deleted.

0 comments on commit 0365c70

Please sign in to comment.