Skip to content
Snippets Groups Projects
Commit 7c3d9ab5 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix(build): disable quality phase

parent 13d08419
No related branches found
No related tags found
No related merge requests found
stages:
- tests
- package
- quality
- integration
- prerelease
- release
......@@ -98,30 +97,6 @@ tests:
- coverage.tar.gz
expire_in: 72h
fmt_and_clippy:
extends: .env
rules:
- if: $CI_COMMIT_TAG
when: never
- if: $CI_MERGE_REQUEST_ID
- when: on_success
stage: quality
script:
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- export PATH="$HOME/.cargo/bin:$PATH"
- cargo fmt -- --version
- cargo fmt -- --check
- cargo clippy -- -V
- cargo clippy --all --tests -- -D warnings --verbose
audit_dependencies:
extends: .rust_env
before_script:
- cargo deny -V
stage: quality
script:
- cargo deny check
.integration_rules: &integration_rules
allow_failure: true
rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment