Parcourir la source

ci: rename "build" to "check_rust"

In the UI, this will be displayed as "
Cargo workspace / style (msrv) / check_rust (push) "
Philipp Schuster il y a 2 ans
Parent
commit
dec03b900a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/_build-rust.yml

+ 1 - 1
.github/workflows/_build-rust.yml

@@ -29,7 +29,7 @@ on:
         description: Whether tests should be executed.
 
 jobs:
-  build:
+  check_rust:
     runs-on: ubuntu-latest
     steps:
       - name: Check out