Adjust job names on CI to match existing names

This commit is contained in:
Philipp Oppermann
2020-07-16 17:15:03 +02:00
parent da0ee38f09
commit 5ae9f62f4d

View File

@@ -38,7 +38,7 @@ jobs:
command: check command: check
test: test:
name: Test Suite name: Test
strategy: strategy:
matrix: matrix:
platform: [ platform: [
@@ -65,7 +65,7 @@ jobs:
command: bootimage command: bootimage
check_formatting: check_formatting:
name: Rustfmt name: Check Formatting
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout Repository - name: Checkout Repository