ci: linters and builders should always run
This commit is contained in:
parent
fb4e7449e5
commit
bce16b9b10
1 changed files with 0 additions and 6 deletions
|
@ -26,8 +26,6 @@ lint-clippy:
|
||||||
- cargo version
|
- cargo version
|
||||||
- cargo clippy
|
- cargo clippy
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_TAG
|
|
||||||
when: never
|
|
||||||
- changes:
|
- changes:
|
||||||
- src/*
|
- src/*
|
||||||
- cargo.*
|
- cargo.*
|
||||||
|
@ -41,8 +39,6 @@ lint-fmt:
|
||||||
- cargo version
|
- cargo version
|
||||||
- cargo fmt -- --check
|
- cargo fmt -- --check
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_TAG
|
|
||||||
when: never
|
|
||||||
- changes:
|
- changes:
|
||||||
- src/*
|
- src/*
|
||||||
- cargo.*
|
- cargo.*
|
||||||
|
@ -58,8 +54,6 @@ build:
|
||||||
- cargo build --verbose
|
- cargo build --verbose
|
||||||
- RUST_BACKTRACE=1 cargo test --verbose
|
- RUST_BACKTRACE=1 cargo test --verbose
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_TAG
|
|
||||||
when: never
|
|
||||||
- changes:
|
- changes:
|
||||||
- src/*
|
- src/*
|
||||||
- cargo.*
|
- cargo.*
|
||||||
|
|
Loading…
Reference in a new issue