Skip to content

Commit

Permalink
chore: add github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Apr 6, 2024
1 parent b09ea3b commit 099e642
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: bazel

on: [pull_request]

jobs:
test:
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: bazelisk test ...
working-directory: test

0 comments on commit 099e642

Please sign in to comment.