| matrix: |
| platform: |
| - fedora39 |
| bazel: |
| - 7.x |
| - 6.x |
| tasks: |
| verify_targets: |
| name: Verify build targets |
| platform: ${{ platform }} |
| bazel: ${{ bazel }} |
| build_targets: |
| - '@simplehttp//:simplehttp' |
| bcr_test_module: |
| module_path: test |
| matrix: |
| platform: |
| - fedora39 |
| bazel: |
| - 7.x |
| - 6.x |
| tasks: |
| run_test_module: |
| name: Run test module |
| platform: ${{ platform }} |
| bazel: ${{ bazel }} |
| test_targets: |
| - '//:verify_query_params' |
| - '//:verify_headers' |
| - '//:process_fixed_body' |
| - '//:drain_fixed_body' |
| - '//:process_chunked_body' |
| - '//:drain_chunked_body' |