build: Cargo check meer gespecificeerd
gitea/double-pendulum/pipeline/head This commit looks good

This commit is contained in:
Philippe Zwietering
2026-09-08 17:29:24 +02:00
parent 5f864a86f8
commit bc231a8e91
Vendored
+2 -1
View File
@@ -3,7 +3,8 @@ pipeline {
stages { stages {
stage('Check') { stage('Check') {
steps { steps {
sh 'cargo check' sh 'cargo check --target wasm32-unknown-unknown'
sh 'cargo tree -e features --target wasm32-unknown-unknown'
} }
} }