@ -0,0 +1,11 @@
pipeline {
agent any
stages {
stage('build') {
steps {
sh 'rustup update'
sh 'cargo test --verbose'
}