Skip to content

Commit

Permalink
Add run of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vertexwahn committed Apr 12, 2024
1 parent 75f8fc1 commit cc3c5c4
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions modules/c-blosc2/2.12.0.bcr.2/presubmit.yml
Original file line number Diff line number Diff line change
@@ -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:
- "//..."

0 comments on commit cc3c5c4

Please sign in to comment.