mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 18:32:42 +00:00
Commenting out clippy, since he's not coming until later.
This commit is contained in:
@@ -9,7 +9,8 @@ before_install:
|
||||
script:
|
||||
- cargo build --verbose --all
|
||||
- cargo fmt --all -- --check
|
||||
- cargo clippy
|
||||
# No clippy until later...
|
||||
#- cargo clippy
|
||||
- cargo test --verbose --all
|
||||
rust:
|
||||
- stable
|
||||
|
||||
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -14,7 +14,8 @@ pipeline {
|
||||
stage('Check') {
|
||||
steps {
|
||||
sh 'cargo fmt --all -- --check'
|
||||
sh 'cargo clippy'
|
||||
// No clippy until later...
|
||||
//sh 'cargo clippy'
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
|
||||
Reference in New Issue
Block a user