summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2023-04-21 11:32:09 -0600
committerFederico Mena Quintero <federico@gnome.org>2023-04-21 11:32:09 -0600
commit19b1ffb7df94c845b658401f76b3d4385e8abf29 (patch)
treee489a828dfaa4cb0ebca33bec5bc7971cd54e428
parentaf6f7d908c2318200d3157ac34b22567cecd5378 (diff)
downloadlibrsvg-19b1ffb7df94c845b658401f76b3d4385e8abf29.tar.gz
CI: remove the test_rust_gdk_pixbuf_loader job, it's implied by --workspace now
Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/822>
-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