ci: remove forever broken aura tests

This commit is contained in:
5chdn 2018-10-01 12:54:26 +01:00
parent ffadc7f8a2
commit 32c812aa6b
No known key found for this signature in database
GPG Key ID: 1A40871B597F5F80

View File

@ -1,12 +0,0 @@
#!/usr/bin/env bash
set -e # fail on any error
set -u # treat unset variables as error
cargo build -j $(nproc) --release --features final $CARGOFLAGS
git clone https://github.com/paritytech/parity-import-tests
cp target/release/parity parity-import-tests/aura/parity
cd parity-import-tests/aura
echo "Start Aura test"
./parity import blocks.rlp --chain chain.json
./parity restore snap --chain chain.json
echo "Aura test complete"