diff --git a/.github/workflows/build-code.yml b/.github/workflows/build-code.yml index 5304b24e..ca6221e2 100644 --- a/.github/workflows/build-code.yml +++ b/.github/workflows/build-code.yml @@ -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