2 Incheckningar 1c9364f3f6 ... d0d4e06ef9

Upphovsman SHA1 Meddelande Datum
  Michael Buesch d0d4e06ef9 CI: Enable latest Rust version 2 månader sedan
  Michael Buesch 1c9364f3f6 CI: Enable latest Rust version 2 månader sedan
1 ändrade filer med 2 tillägg och 2 borttagningar
  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: