[coro_http] fix life-time of transfer_connection (#936) #788
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Bazel-GCC | |
on: | |
push: | |
branches: [ main, lts-1.1.0 ] | |
pull_request: | |
branches: [ main, lts-1.1.0 ] | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Build | |
working-directory: ${{github.workspace}} | |
run: bazel build --config=gcc-cl ... | |
- name: Test | |
working-directory: ${{github.workspace}} | |
run: bazel test --config=gcc-cl --test_output=errors ... |