build: Release vlag voor cargo check
gitea/double-pendulum/pipeline/head This commit looks good

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