add doctest to jenkinsfile
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit

This commit is contained in:
Robin Müller 2024-05-02 14:39:13 +02:00
parent 6dd29b0599
commit fae17c4fcb
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -33,6 +33,7 @@ pipeline {
stage('Test') {
steps {
sh 'cargo nextest r --all-features'
sh 'cargo test --doc'
}
}
stage('Check with all features') {