Skip to content

Commit

Permalink
Update CI job names to distinguish from buck2 jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 8, 2023
1 parent b6ffdd4 commit f5549d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
- rust: stable
- rust: 1.60.0
- rust: 1.64.0
- name: macOS
- name: Cargo on macOS
rust: nightly
os: macos
- name: Windows (msvc)
- name: Cargo on Windows (msvc)
rust: nightly-x86_64-pc-windows-msvc
os: windows
flags: /EHsc
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
if: matrix.os == 'ubuntu'

bazel:
name: Bazel
name: Bazel on Linux
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
timeout-minutes: 45
Expand Down

0 comments on commit f5549d5

Please sign in to comment.