Fix node-metrics test (#1287)

This commit is contained in:
Bastian Köcher
2023-08-30 09:48:29 +02:00
committed by GitHub
parent d81c8cbaa7
commit cbd745c846
78 changed files with 2 additions and 4295 deletions
+2
View File
@@ -196,6 +196,8 @@ test-node-metrics:
# but still want to have debug assertions.
RUSTFLAGS: "-Cdebug-assertions=y -Dwarnings"
script:
# Build the required workers.
- cargo build --bin polkadot-execute-worker --bin polkadot-prepare-worker --profile testnet --verbose --locked
- mkdir -p artifacts
- time cargo test --profile testnet
--locked