Lines Matching +full:fetch +full:- +full:depth
8 BAZEL_CXXOPTS: -std=c++14
12 runs-on: ubuntu-latest
15 - uses: actions/checkout@v3
17 fetch-depth: 0
19 - name: Tests
20 run: bazel test --cxxopt=-std=c++14 --features=external_include_paths --test_output=errors ...
23 runs-on: macos-latest
26 - uses: actions/checkout@v3
28 fetch-depth: 0
30 - name: Tests
31 … run: bazel test --cxxopt=-std=c++14 --features=external_include_paths --test_output=errors ...
35 runs-on: windows-latest
38 - uses: actions/checkout@v3
40 fetch-depth: 0
42 - name: Tests
43 run: bazel test --cxxopt=/std:c++14 --features=external_include_paths --test_output=errors ...