enable macos tests
This commit is contained in:
@@ -36,5 +36,13 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stage('darwin_aarch64_test') {
|
||||||
|
agent any
|
||||||
|
|
||||||
|
steps {
|
||||||
|
sh 'scripts/run_tests.sh aarch64'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user