Attempt to solve a CI permissions issue take 4
Some checks failed
timw4mail/rusty-numbers/pipeline/head There was a failure building this commit
Some checks failed
timw4mail/rusty-numbers/pipeline/head There was a failure building this commit
This commit is contained in:
parent
ccdced1d79
commit
b6884ec39d
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -1,6 +1,7 @@
|
||||
pipeline {
|
||||
agent {
|
||||
dockerfile {
|
||||
image 'rust:latest'
|
||||
args '--privileged'
|
||||
}
|
||||
}
|
||||
@ -17,6 +18,7 @@ pipeline {
|
||||
}
|
||||
stage('Coverage') {
|
||||
steps {
|
||||
sh "cargo install cargo-tarpaulin"
|
||||
sh "make generate-coverage"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user