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
test:
name: Test Suite
name: Test
strategy:
matrix:
platform: [
@@ -65,7 +65,7 @@ jobs:
command: bootimage
check_formatting:
name: Rustfmt
name: Check Formatting
runs-on: ubuntu-latest
steps:
- name: Checkout Repository