forked from openethereum/parity-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci skip] move Aura test https://github.com/paritytech/parity-import-…
…tests in `nightly` build
- Loading branch information
1 parent
319a01b
commit 8814575
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/bash | ||
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" |