prepare sat-rs release
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good

This commit is contained in:
2024-02-12 16:55:19 +01:00
parent bbcad18dfa
commit c3e9d4441f
4 changed files with 12 additions and 12 deletions

View File

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