Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Make sure adder collator test is executed in CI (#1949)
Browse files Browse the repository at this point in the history
* Revert "Restrict collating_using_adder_collator test on feature real-overseer (#1947)"

This reverts commit 355558a.

* Revert "Revert "Restrict collating_using_adder_collator test on feature real-overseer (#1947)""

This reverts commit 4e92cdf.

* Test something
  • Loading branch information
bkchr authored Nov 12, 2020
1 parent 355558a commit b19f3e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/gitlab/test_linux_stable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
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

0 comments on commit b19f3e1

Please sign in to comment.