Skip to content

Commit

Permalink
Merge branch 'main' into fix/compiler-warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
hikinggrass authored Nov 20, 2024
2 parents fbeab0a + 1335175 commit 82c6cd3
Show file tree
Hide file tree
Showing 37 changed files with 1,204 additions and 72 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/bazel_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- 'ubuntu-22.04'
- 'large-ubuntu-22.04-xxl'
jobs:
bazel-build:
bazel-build-and-test:
runs-on: ${{ inputs.runner || 'ubuntu-22.04' }}
steps:
- run: echo branch name is ${{ github.ref }}
Expand All @@ -27,6 +27,9 @@ jobs:
- name: Build all
run: >
bazelisk build //...
- name: Test all
run: >
bazelisk test //...
- name: Try to run something
run: >
bazelisk run //:manager -- --help
Loading

0 comments on commit 82c6cd3

Please sign in to comment.