Run timeout-based tests only in CI (#7390)

* Introduce `ci-only-tests` feature

* Add comment
This commit is contained in:
s0me0ne-unkn0wn
2023-07-06 10:39:10 +02:00
committed by GitHub
parent 2b9c4f82a7
commit c1f865813b
5 changed files with 18 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ test-linux-stable:
# but still want to have debug assertions.
RUSTFLAGS: "-Cdebug-assertions=y -Dwarnings"
script:
- time cargo test --workspace --profile testnet --verbose --locked --features=runtime-benchmarks,runtime-metrics,try-runtime
- time cargo test --workspace --profile testnet --verbose --locked --features=runtime-benchmarks,runtime-metrics,try-runtime,ci-only-tests
test-linux-oldkernel-stable:
extends: test-linux-stable