diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index c7d829e7..436f535b 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -33,5 +33,7 @@ jobs: - uses: actions/checkout@v3 with: submodules: recursive - - name: Build + - name: Build Connections run: CC=clang CXX=clang++ bazel build --check_visibility=false //connections:core --spawn_strategy=standalone + - name: Build Presence + run: CC=clang CXX=clang++ bazel build --check_visibility=false //presence --spawn_strategy=standalone --//presence/implementation:enable_rust_ldt=False