Browse Source

Renamed workflow

Paul-Louis Ageneau 5 years ago
parent
commit
ff268aee60
1 changed files with 2 additions and 2 deletions
  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