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 clippy
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG
|
||||
when: never
|
||||
- changes:
|
||||
- src/*
|
||||
- cargo.*
|
||||
|
@ -41,8 +39,6 @@ lint-fmt:
|
|||
- cargo version
|
||||
- cargo fmt -- --check
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG
|
||||
when: never
|
||||
- changes:
|
||||
- src/*
|
||||
- cargo.*
|
||||
|
@ -58,8 +54,6 @@ build:
|
|||
- cargo build --verbose
|
||||
- RUST_BACKTRACE=1 cargo test --verbose
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG
|
||||
when: never
|
||||
- changes:
|
||||
- src/*
|
||||
- cargo.*
|
||||
|
|
Loading…
Reference in a new issue