mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +00:00
[ci] use nextest for tests (#1477)
* [do not merge] ci: try nextest * uncomment jobs
This commit is contained in:
committed by
GitHub
parent
9e09a36ff5
commit
5552584dde
+12
-1
@@ -93,7 +93,18 @@ test-linux-stable:
|
||||
# but still want to have debug assertions.
|
||||
RUSTFLAGS: "-Cdebug-assertions=y -Dwarnings"
|
||||
script:
|
||||
- time cargo test --all --release --locked -- --include-ignored
|
||||
- time cargo nextest run --all --release --locked --run-ignored all
|
||||
|
||||
test-doc:
|
||||
stage: test
|
||||
<<: *docker-env
|
||||
<<: *common-refs
|
||||
variables:
|
||||
# Enable debug assertions since we are running optimized builds for testing
|
||||
# but still want to have debug assertions.
|
||||
RUSTFLAGS: "-Cdebug-assertions=y -Dwarnings"
|
||||
script:
|
||||
- time cargo test --doc
|
||||
|
||||
check-runtime-benchmarks:
|
||||
stage: test
|
||||
|
||||
Reference in New Issue
Block a user