Skip to content

Commit

Permalink
enable subcommand build output
Browse files Browse the repository at this point in the history
  • Loading branch information
jxy-s committed Oct 13, 2024
1 parent b2f29bf commit 1ad79c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
disk-cache: ${{ github.workflow }}
repository-cache: true
- name: Build and Run Unit Tests
run: bazel build -c opt //...
run: bazel build -s -c opt //...
NoSTD:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1ad79c7

Please sign in to comment.