only check no_std for satrs-core #57

Merged
muellerr merged 1 commits from automation-fix into main 2023-07-12 14:12:48 +02:00

View File

@ -40,7 +40,7 @@ pipeline {
} }
stage('Check Cross Embedded Bare Metal') { stage('Check Cross Embedded Bare Metal') {
steps { 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') { stage('Check Cross Embedded Linux') {