From 0cc52429ad93320f8d53f6472a602f8af0a94373 Mon Sep 17 00:00:00 2001 From: Vertexwahn Date: Fri, 5 Apr 2024 21:21:38 +0200 Subject: [PATCH] Add run of tests --- modules/c-blosc2/2.12.0.bcr.2/presubmit.yml | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) 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: + - "//..."