Attempt to automate tests with Jenkins take 2
All checks were successful
timw4mail/json-parser/master This commit looks good
All checks were successful
timw4mail/json-parser/master This commit looks good
This commit is contained in:
parent
d512cd10c2
commit
da888b743b
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -6,10 +6,14 @@ pipeline {
|
||||
}
|
||||
stages {
|
||||
stage('Check') {
|
||||
sh "cargo check"
|
||||
steps {
|
||||
sh "cargo check"
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
sh "cargo test"
|
||||
steps {
|
||||
sh "cargo test"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user