Skip to content

Commit

Permalink
rm test-runtime
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
  • Loading branch information
ggwpez committed Aug 25, 2023
1 parent fb39610 commit de1e26c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .gitlab/pipeline/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit de1e26c

Please sign in to comment.