Skip to content

ci(fixup): set the correct pre-release flag #41

ci(fixup): set the correct pre-release flag

ci(fixup): set the correct pre-release flag #41

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 //...