mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Adjust job names on CI to match existing names
This commit is contained in:
4
.github/workflows/build-code.yml
vendored
4
.github/workflows/build-code.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user