nightly: fix job names

This commit is contained in:
Alex Zenla 2024-03-21 20:15:09 -07:00
parent b67b1d8340
commit 88f6edb608
No known key found for this signature in database
GPG Key ID: 067B238899B51269
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@ on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
os:
- { name: linux, on: ubuntu-latest }

View File

@ -13,7 +13,7 @@ jobs:
- aarch64
env:
TARGET_ARCH: "${{ matrix.arch }}"
name: build ${{ matrix.arch }}
name: server ${{ matrix.arch }}
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
@ -70,7 +70,7 @@ jobs:
TARGET_OS: "${{ matrix.os.name }}"
TARGET_ARCH: "${{ matrix.arch }}"
runs-on: "${{ matrix.os.on }}"
name: build ${{ matrix.os.name }}-${{ matrix.arch }}
name: client ${{ matrix.os.name }}-${{ matrix.arch }}
defaults:
run:
shell: bash