Test node exits properly (#831)

* Initial commit

Forked at: 703ac8bbbc
Parent branch: origin/master

* Test running node and interrupts

* WIP

Forked at: 1942ae27ae23809a40f955545dfbf0467faa7750
Parent branch: origin/cumulus-branch

* Update Cargo.lock

* WIP

Forked at: 1942ae27ae23809a40f955545dfbf0467faa7750
Parent branch: origin/cumulus-branch

* WIP

Forked at: 1942ae27ae23809a40f955545dfbf0467faa7750
Parent branch: origin/cumulus-branch

* WIP

Forked at: 1942ae27ae23809a40f955545dfbf0467faa7750
Parent branch: origin/cumulus-branch
This commit is contained in:
Cecile Tonglet
2020-02-10 10:32:10 +01:00
committed by GitHub
parent 27bf34522d
commit c93b142692
6 changed files with 281 additions and 70 deletions
+4
View File
@@ -17,6 +17,10 @@ service = { package = "polkadot-service", path = "service" }
[build-dependencies]
vergen = "3.0.4"
[dev-dependencies]
assert_cmd = "0.12"
nix = "0.17"
[workspace]
members = [
"availability-store",