Skip to content

Bazel build with nogo, replace CI with single Bazel job #69

Bazel build with nogo, replace CI with single Bazel job

Bazel build with nogo, replace CI with single Bazel job #69

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: blacksmith-2vcpu-ubuntu-2404
steps:
- uses: actions/checkout@v4
- name: Setup Bazel
uses: useblacksmith/setup-bazel@v1
with:
bazelisk-cache: true
disk-cache: ${{ github.ref }}
repository-cache: true
- name: Build and test
run: bazelisk test //...