Skip to content
Snippets Groups Projects
Commit 77650440 authored by Éloïs's avatar Éloïs
Browse files

[ci] add no_ci job

parent 1c16bfa7
No related branches found
No related tags found
1 merge request!145ci rework
stages: stages:
- no_ci
- fmt - fmt
- tests - tests
- clippy - clippy
...@@ -84,6 +85,14 @@ variables: ...@@ -84,6 +85,14 @@ variables:
before_script: before_script:
- rustc --version && cargo --version - rustc --version && cargo --version
no_ci:
stage: no_ci
only:
<<: *ci_except_conditions
allow_failure: true
script:
- exit -1
fmt: fmt:
<<: *rust_stable_lin64 <<: *rust_stable_lin64
stage: fmt stage: fmt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment