This commit is contained in:
Vendored
+2
-1
@@ -3,7 +3,8 @@ pipeline {
|
||||
stages {
|
||||
stage('Check') {
|
||||
steps {
|
||||
sh 'cargo check'
|
||||
sh 'cargo check --target wasm32-unknown-unknown'
|
||||
sh 'cargo tree -e features --target wasm32-unknown-unknown'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user