Skip to content

Setup tests in the CI #1

Setup tests in the CI

Setup tests in the CI #1

Workflow file for this run

name: Build
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bazelbuild/setup-bazelisk@v3
- name: Build libpq
run: bazel build //:libpq