diff --git a/.gitlab/pipeline/test.yml b/.gitlab/pipeline/test.yml index aa25e57eb8da..841abe255753 100644 --- a/.gitlab/pipeline/test.yml +++ b/.gitlab/pipeline/test.yml @@ -5,21 +5,6 @@ - job: job-starter artifacts: false -test-runtime: - stage: test - extends: - - .docker-env - - .common-refs - - .run-immediately - variables: - RUST_TOOLCHAIN: stable - # Enable debug assertions since we are running optimized builds for testing - # but still want to have debug assertions. - RUSTFLAGS: "-Cdebug-assertions=y -Dwarnings" - script: - # Build all but only execute 'runtime' tests. - - SKIP_WASM_BUILD=1 cargo test "*-runtime" - test-linux-stable: stage: test extends: