소스 검색

ci: rename "build" to "check_rust"

In the UI, this will be displayed as "
Cargo workspace / style (msrv) / check_rust (push) "
Philipp Schuster 2 년 전
부모
커밋
dec03b900a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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