prepare next release v0.2.0
Some checks are pending
Rust/sat-rs/pipeline/pr-main Build started...

This commit is contained in:
2024-05-02 14:39:30 +02:00
parent 583f6ce4d2
commit 42d1257e83
5 changed files with 78 additions and 3 deletions

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') {