Skip to content

Bump lazy-object-proxy from 1.8.0 to 1.10.0 in /src/python (#4) #10

Bump lazy-object-proxy from 1.8.0 to 1.10.0 in /src/python (#4)

Bump lazy-object-proxy from 1.8.0 to 1.10.0 in /src/python (#4) #10

Workflow file for this run

# Run tests on master and feature branches.
name: Test
on:
pull_request:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: bazel test //...
env:
# Bazelisk will download bazel to here
XDG_CACHE_HOME: ~/.cache/bazel-repo
run: bazel --bazelrc=.github/workflows/ci.bazelrc --bazelrc=.bazelrc test //...