Skip to content

Format optionals as part of extend by ignoring the nullopt case. #188

Format optionals as part of extend by ignoring the nullopt case.

Format optionals as part of extend by ignoring the nullopt case. #188

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Clang
uses: egor-tensin/setup-clang@v1
with:
version: 18
platform: x64
- name: Test Debug Build
run: >-
bazel test -c dbg ...
- name: Test Optimized Build
run: >-
bazel test -c opt ...