Merge pull request 'only check no_std for satrs-core' (#57) from automation-fix into main
Some checks failed
Rust/sat-rs/pipeline/head There was a failure building this commit

Reviewed-on: #57
This commit is contained in:
Robin Müller 2023-07-12 14:12:48 +02:00
commit 429f24cfdb

View File

@ -40,7 +40,7 @@ pipeline {
}
stage('Check Cross Embedded Bare Metal') {
steps {
sh 'cargo check --target thumbv7em-none-eabihf --no-default-features'
sh 'cargo check -p satrs-core --target thumbv7em-none-eabihf --no-default-features'
}
}
stage('Check Cross Embedded Linux') {