mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 20:27:58 +00:00
d7047578e9
Because of a bug in the test script, we didn't stopped CI when the main tests are failed.
11 lines
359 B
Bash
Executable File
11 lines
359 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
#shellcheck source=lib.sh
|
|
source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )/lib.sh"
|
|
|
|
time cargo test --all --release --verbose --locked --features=runtime-benchmarks --features=real-overseer
|
|
|
|
cd parachain/test-parachains/adder/collator/
|
|
time cargo test --release --verbose --locked --features=real-overseer
|