Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
onelxj committed Jul 5, 2023
1 parent 798b925 commit 3455888
Showing 1 changed file with 1 addition and 44 deletions.
45 changes: 1 addition & 44 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,57 +93,16 @@ jobs:
--google_credentials=${{ env.GOOGLE_APPLICATION_CREDENTIALS }}" \
>> $GITHUB_ENV
- name: Build eventuals
- name: Build
run: |
${{ matrix.bazel-command }} \
${{ matrix.output-user_root }} \
build \
${{ matrix.bazel-config }} \
${{ env.BAZEL_REMOTE_CACHE }} \
--verbose_failures \
-c dbg \
--strip="never" \
test:eventuals
- name: Build grpc
if: runner.os != 'Windows'
run: |
${{ matrix.bazel-command }} \
${{ matrix.output-user_root }} \
build \
${{ matrix.bazel-config }} \
${{ env.BAZEL_REMOTE_CACHE }} \
--verbose_failures \
-c dbg \
--strip="never" \
test/grpc:grpc
- name: Build route-guide
if: runner.os != 'Windows'
run: |
${{ matrix.bazel-command }} \
${{ matrix.output-user_root }} \
build \
${{ matrix.bazel-config }} \
${{ env.BAZEL_REMOTE_CACHE }} \
--verbose_failures \
-c dbg \
--strip="never" \
test/grpc/route_guide:route-guide-test
- name: Build protobuf
if: runner.os != 'Windows'
run: |
${{ matrix.bazel-command }} \
${{ matrix.output-user_root }} \
build \
${{ matrix.bazel-config }} \
${{ env.BAZEL_REMOTE_CACHE }} \
--verbose_failures \
-c dbg \
--strip="never" \
test/protobuf:protobuf
- name: Test
run: |
${{ matrix.bazel-command }} \
Expand All @@ -152,8 +111,6 @@ jobs:
${{ matrix.bazel-config }} \
--experimental_ui_max_stdouterr_bytes=-1 \
${{ env.BAZEL_REMOTE_CACHE }} \
--verbose_failures \
-c dbg \
--strip="never" \
--test_output=errors \
test/... \
Expand Down

0 comments on commit 3455888

Please sign in to comment.