mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-22 17:08:18 +00:00
Run gitlab-ci also with Rust 1.28
This commit is contained in:
parent
9a4aaa4e43
commit
87f94ddcc8
1 changed files with 5 additions and 0 deletions
|
@ -49,6 +49,11 @@ stages:
|
|||
- cargo build --all --color=always
|
||||
- cargo test --all --color=always
|
||||
|
||||
test 1.28:
|
||||
# 1.28 img
|
||||
# https://hub.docker.com/_/rust/
|
||||
image: "rust:1.28-slim"
|
||||
<<: *cargo_test
|
||||
|
||||
test stable:
|
||||
# Stable img
|
||||
|
|
Loading…
Reference in a new issue