summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 429e1dea..b594399c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -59,24 +59,6 @@ cargo_test:
script:
- cargo test --workspace -- --skip loading_crash --skip reference --skip render_crash
-test_rust_gdk_pixbuf_loader:
- stage: check
- extends:
- - '.container.opensuse@x86_64.stable'
- - '.fdo.distribution-image@opensuse'
- # Tests require extra crates, hence cache is pushed
- - '.cache_push'
- needs:
- - job: check
- artifacts:
- when: 'on_failure'
- paths:
- - tests/output
- expire_in: 1 day
- script:
- - cd gdk-pixbuf-loader
- - cargo test
-
.cargo-test:
extends: '.cache'
stage: build