diff --git a/automation/Jenkinsfile b/automation/Jenkinsfile index 9ba4afa..507dee0 100644 --- a/automation/Jenkinsfile +++ b/automation/Jenkinsfile @@ -47,7 +47,7 @@ pipeline { } stage('Check Cross Embedded Bare Metal') { steps { - sh 'cargo check -p satrs-core --target thumbv7em-none-eabihf --no-default-features' + sh 'cargo check -p satrs --target thumbv7em-none-eabihf --no-default-features' } } stage('Check Cross Embedded Linux') {