mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
Augment every task spawned by Service with on_exit (#3581)
* Augment every task spawned by Service with `on_exit` * Add CI test that the node exits
This commit is contained in:
@@ -216,6 +216,13 @@ check-web-wasm:
|
||||
- time cargo web build -p substrate-trie
|
||||
- sccache -s
|
||||
|
||||
node-exits:
|
||||
stage: test
|
||||
<<: *docker-env
|
||||
except:
|
||||
- /^v[0-9]+\.[0-9]+.*$/ # i.e. v1.0, v2.1rc1
|
||||
script:
|
||||
- ./ci/check_for_exit.sh
|
||||
|
||||
#### stage: build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user