[ci] use nextest for tests (#1477)

* [do not merge] ci: try nextest

* uncomment jobs
This commit is contained in:
Alexander Samusev
2022-07-28 10:18:35 +02:00
committed by GitHub
parent 9e09a36ff5
commit 5552584dde
+12 -1
View File
@@ -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