We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e141cd2 commit 2352719Copy full SHA for 2352719
1 file changed
.github/workflows/ci-linux.yml
@@ -171,13 +171,8 @@ jobs:
171
172
gcc-bazel-unittest:
173
runs-on: ubuntu-22.04
174
- env:
175
- HTTP_PROXY: http://127.0.0.1:7890 # 假设代理端口是7890
176
- HTTPS_PROXY: http://127.0.0.1:7890
177
- NO_PROXY: localhost,127.0.0.1
178
steps:
179
- uses: actions/checkout@v2
180
- # - uses: bazelbuild/setup-bazelisk@v2
181
- name: run bazel tests
182
run: bazel test --test_output=errors --verbose_failures -- //test/...
183
0 commit comments