Skip to content

Commit

Permalink
fix(ci): Fix test module presubmit
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum authored Feb 1, 2024
1 parent 393dbf7 commit 3aab158
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
module_path: test/bcr_test
matrix:
platform:
- centos7
- debian10
- ubuntu2004
- macos
- windows
tasks:
run_test_module:
name: Run test module
platform: ${{ platform }}
test_targets:
- "//..."
bcr_test_module:
module_path: test/bcr_test
matrix:
platform:
- centos7
- debian10
- ubuntu2004
- macos
- windows
bazel: [6.x, 7.x]
tasks:
run_test_module:
name: Run test module
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- "//..."

0 comments on commit 3aab158

Please sign in to comment.