Skip to content

Commit 139324a

Browse files
committed
Remove integration test code
1 parent 90b5f10 commit 139324a

File tree

11 files changed

+1
-1129
lines changed

11 files changed

+1
-1129
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -69,21 +69,4 @@ jobs:
6969
- name: Running cargo
7070
env:
7171
DO_FEATURE_MATRIX: true
72-
run: ./contrib/test.sh
73-
74-
IntTests:
75-
name: Integration tests
76-
runs-on: ubuntu-latest
77-
steps:
78-
- name: Checkout Crate
79-
uses: actions/checkout@v2
80-
- name: Checkout Toolchain
81-
uses: actions-rs/toolchain@v1
82-
with:
83-
profile: minimal
84-
toolchain: stable
85-
override: true
86-
- name: Running cargo
87-
env:
88-
BITCOINVERSION: '22.0'
89-
run: ./contrib/test.sh
72+
run: ./contrib/test.sh

contrib/test.sh

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,4 @@ if [ "$DO_DOCS" = true ]; then
6666
RUSTDOCFLAGS="--cfg docsrs" cargo doc --all --features="$FEATURES"
6767
fi
6868

69-
# Run Integration tests if told so
70-
if [ -n "$BITCOINVERSION" ]; then
71-
set -e
72-
cd integration_test
73-
curl https://bitcoincore.org/bin/bitcoin-core-$BITCOINVERSION/bitcoin-$BITCOINVERSION-x86_64-linux-gnu.tar.gz | tar xvzf - bitcoin-$BITCOINVERSION/bin/bitcoind # will abort if the check fails.
74-
sha256sum --check bitcoin-core-$BITCOINVERSION.sha256sum
75-
export PATH=$PATH:$(pwd)/bitcoin-$BITCOINVERSION/bin
76-
./run.sh
77-
# Cleanups
78-
rm -rf bitcoin-$BITCOINVERSION
79-
exit 0
80-
fi
81-
8269
exit 0

integration_test/Cargo.toml

Lines changed: 0 additions & 14 deletions
This file was deleted.

integration_test/bitcoin-core-0.21.0.sha256sum

Lines changed: 0 additions & 1 deletion
This file was deleted.

integration_test/bitcoin-core-22.0.sha256sum

Lines changed: 0 additions & 1 deletion
This file was deleted.

integration_test/random_ms.txt

Lines changed: 0 additions & 34 deletions
This file was deleted.

integration_test/run.sh

Lines changed: 0 additions & 40 deletions
This file was deleted.

integration_test/src/main.rs

Lines changed: 0 additions & 132 deletions
This file was deleted.

0 commit comments

Comments
 (0)