diff --git a/modules/c-blosc2/2.12.0.bcr.2/presubmit.yml b/modules/c-blosc2/2.12.0.bcr.2/presubmit.yml index d512df466ff..1b4582a05ea 100644 --- a/modules/c-blosc2/2.12.0.bcr.2/presubmit.yml +++ b/modules/c-blosc2/2.12.0.bcr.2/presubmit.yml @@ -1,13 +1,23 @@ matrix: platform: - - ubuntu2004 - - macos - - windows - bazel: [6.x, 7.x] + - debian10 + - debian11 + - macos + - macos_arm64 + - ubuntu2004 + - ubuntu2204 + - windows + bazel: [6.x, 7.x, rolling] tasks: verify_targets: name: Verify build targets platform: ${{ platform }} bazel: ${{ bazel }} build_targets: - - '@c-blosc2//:c-blosc2' + - "@c-blosc2//:c-blosc2" + run_tests: + name: Run tests + platform: ${{ platform }} + bazel: ${{ bazel }} + test_targets: + - "//..."