Skip to content

Commit

Permalink
fix: remove superfluous test targets in bcr/bazelci
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Sep 8, 2023
1 parent 0329461 commit e9c06dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ tasks:
- test
build_targets:
- "//graalvm/..."
- "//lib/..."
test_targets:
- "//.aspect/..."

bcr_test_module:
module_path: "example/integration_tests/bzlmod"
Expand Down Expand Up @@ -43,6 +40,3 @@ tasks:
- echo "import %workspace%/tools/bazel/bazel5.bazelrc" > version.bazelrc
build_targets:
- "//graalvm/..."
- "//lib/..."
test_targets:
- "//.aspect/..."
2 changes: 0 additions & 2 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ bcr_test_module:
platform: ${{ platform }}
build_targets:
- "//sample"
test_targets:
- "//tests/analysis/..."

0 comments on commit e9c06dc

Please sign in to comment.