Skip to content

ci: add a packaging workflow #40

ci: add a packaging workflow

ci: add a packaging workflow #40

Workflow file for this run

name: CI
on:
push: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test fetch
run: bazel fetch //...
- name: Test
run: bazel test //...
test-mac:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Test
run: bazel test //...