2 Commits 1c9364f3f6 ... d0d4e06ef9

Author SHA1 Message Date
  Michael Buesch d0d4e06ef9 CI: Enable latest Rust version 2 months ago
  Michael Buesch 1c9364f3f6 CI: Enable latest Rust version 2 months ago
1 changed files with 2 additions and 2 deletions
  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: