2 次代码提交 1c9364f3f6 ... d0d4e06ef9

作者 SHA1 备注 提交日期
  Michael Buesch d0d4e06ef9 CI: Enable latest Rust version 2 月之前
  Michael Buesch 1c9364f3f6 CI: Enable latest Rust version 2 月之前
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/ci.yml

+ 2 - 2
.github/workflows/ci.yml

@@ -9,7 +9,7 @@ env:
 
 jobs:
   server_and_client:
-    name: Build and test - Server and client
+    name: Server and client
     strategy:
       matrix:
         toolchain:
@@ -26,7 +26,7 @@ jobs:
       - run: cargo test
 
   client_only:
-    name: Build and test - Client only
+    name: Client only
     strategy:
       matrix:
         toolchain: