Explorar o código

Renamed workflow

Paul-Louis Ageneau %!s(int64=5) %!d(string=hai) anos
pai
achega
ff268aee60
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .github/workflows/build.yml

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

@@ -1,4 +1,4 @@
-name: build
+name: Build and test
 on: [push]
 
 jobs:
@@ -16,6 +16,6 @@ jobs:
       run: cmake -B build -DUSE_JUICE=1 -DUSE_GNUTLS=1
     - name: make
       run: (cd build; make)
-    - name: tests
+    - name: test
       run: ./build/tests