Code coverage take 2
timw4mail/rusty-numbers/pipeline/head There was a failure building this commit Details

This commit is contained in:
Timothy Warren 2020-02-20 11:42:53 -05:00
parent 38c2d93c0a
commit 48e6550c48
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -2,6 +2,7 @@ pipeline {
agent {
docker {
image 'rust:latest'
args '-u root --privileged'
}
}
stages {