Skip to content

Commit

Permalink
Addressed reviewer comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Holger Rapp committed Nov 23, 2023
1 parent f909a1d commit 4aafb15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Build & Test with Bazel
on: [push, pull_request]
jobs:
build:
name: cargo build
name: bazel build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: bazelisk build ...
test:
name: cargo test
name: bazel test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4aafb15

Please sign in to comment.