enable macos tests
All checks were successful
BlockStorage/repertory_mac/pipeline/head This commit looks good
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-08-03 13:51:24 -05:00
parent 0cad44cd4e
commit 542c8b9f32

View File

@@ -36,5 +36,13 @@ pipeline {
} }
} }
} }
stage('darwin_aarch64_test') {
agent any
steps {
sh 'scripts/run_tests.sh aarch64'
}
}
} }
} }