Skip to content

Commit

Permalink
Update bcr presubmit to use standalone example
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed Jan 8, 2024
1 parent 8aeb3bb commit e339787
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# We should probably create a standalone test module, but for now we'll just run our in-repo tests.
bcr_test_module:
matrix:
platform: ["debian10", "macos", "ubuntu2004", "windows"]
tasks:
run_tests:
name: "Run tests"
gazelle:
working_directory: "examples/gazelle"
name: "Gazelle"
platform: ${{ platform }}
run_targets:
- "//:gazelle"
test_targets:
- "//..."
tests_and_lints:
working_directory: "examples/tests_and_lints"
name: "Tests and lints"
platform: ${{ platform }}
test_targets:
- "//..."

0 comments on commit e339787

Please sign in to comment.