[librsvg: 4/5] CI: run "cargo check --all-targets" to catch breakage in the benchmarks
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg: 4/5] CI: run "cargo check --all-targets" to catch breakage in the benchmarks
- Date: Mon, 7 Jun 2021 18:55:57 +0000 (UTC)
commit 96e6e5acb3aedf8f6d626ae62267fca0b42cef77
Author: Federico Mena Quintero <federico gnome org>
Date: Mon Jun 7 11:51:02 2021 -0500
CI: run "cargo check --all-targets" to catch breakage in the benchmarks
The last commit fixed some drift in the internal APIs that are used
by the benchmarks. Since benches don't get built by default, we
didn't catch this before.
Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/542>
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a4eca407..12bd35a8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -62,7 +62,7 @@ check:
extends: '.cache_push'
needs: []
script:
- - sudo -E cargo check
+ - sudo -E cargo check --all-targets
fmt:
stage: lint
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]