]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: build tests in a separate step from the running of them
authorDaniel Stenberg <daniel@haxx.se>
Thu, 29 Sep 2022 10:26:04 +0000 (12:26 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 29 Sep 2022 21:37:25 +0000 (23:37 +0200)
... to make the output smaller for when you want to look at test
failures.

Removed the examples build from msh3

Closes #9619

.github/workflows/linux.yml
.github/workflows/macos.yml
.github/workflows/msh3.yml
.github/workflows/ngtcp2-gnutls.yml
.github/workflows/ngtcp2-wolfssl.yml
.github/workflows/openssl3.yml
.github/workflows/torture.yml
.github/workflows/wolfssl.yml

index 959e2bc1be00d97f4873c8d5947e2c117c5c89df..a468680bc5774255c401dd8dfe034d75747ff106 100644 (file)
@@ -166,7 +166,10 @@ jobs:
     - run: make V=1 examples
       name: 'make examples'
 
+    - run: make V=1 -C tests
+      name: 'make tests'
+
     - run: make V=1 test-ci
-      name: 'test'
+      name: 'run tests'
       env:
         TFLAGS: "${{ matrix.build.tflags }}"
index 6fa5bfbe8e0ccd2d5ac6848ec707c25c628c5ec8..4ad8e39c28ef0deb9e0c7617a21ac545c4a7e903 100644 (file)
@@ -110,8 +110,11 @@ jobs:
     - run: make V=1 examples
       name: 'make examples'
 
+    - run: make V=1 -C tests
+      name: 'make tests'
+
     - run: make V=1 test-ci
-      name: 'test'
+      name: 'run tests'
       env:
         TFLAGS: "${{ matrix.build.tflags }} ~1452"
 
index b58be815a8b6e3ff4c63aae47dbd8e42be610aa8..d536668d690ed2f0c389323fca7e187844ad5f13 100644 (file)
@@ -64,10 +64,10 @@ jobs:
     - run: make V=1
       name: 'make'
 
-    - run: make V=1 examples
-      name: 'make examples'
+    - run: make V=1 -C tests
+      name: 'make tests'
 
     - run: make V=1 test-ci
-      name: 'test'
+      name: 'run tests'
       env:
         TFLAGS: "${{ matrix.build.tflags }}"
index 41a414981fd3cc9c7d041e9d3a194557b28a719b..6e9078124316b763d722892e356b8bdf12b78fb1 100644 (file)
@@ -85,7 +85,10 @@ jobs:
     - run: make V=1 examples
       name: 'make examples'
 
+    - run: make V=1 -C tests
+      name: 'make tests'
+
     - run: make V=1 test-ci
-      name: 'test'
+      name: 'run tests'
       env:
         TFLAGS: "${{ matrix.build.tflags }}"
index da6594aa2a7e4cd3fcdcd790d81c23af13af44cb..3f5d57612375ebde7b6cf4fd56b47cdc552e2993 100644 (file)
@@ -77,7 +77,10 @@ jobs:
     - run: make V=1 examples
       name: 'make examples'
 
+    - run: make V=1 -C tests
+      name: 'make tests'
+
     - run: make V=1 test-ci
-      name: 'test'
+      name: 'run tests'
       env:
         TFLAGS: "${{ matrix.build.tflags }}"
index a0881722d052948bb30a2cc5a50d2b5590e8c793..5fb7fbf092e4001d94cc07db397f862f37e96138 100644 (file)
@@ -74,7 +74,10 @@ jobs:
     - run: make V=1 examples
       name: 'make examples'
 
+    - run: make V=1 -C tests
+      name: 'make tests'
+
     - run: make V=1 test-ci
-      name: 'test'
+      name: 'run tests'
       env:
         TFLAGS: "${{ matrix.build.tflags }}"
index 706f5530e3a3d3afd1e4719036b39c666f0cdd74..58353fd3577b512a52a24b762730bcbf0da232c5 100644 (file)
@@ -54,7 +54,10 @@ jobs:
     - run: make V=1
       name: 'make'
 
+    - run: make V=1 -C tests
+      name: 'make tests'
+
     - run: make V=1 test-torture
-      name: 'test'
+      name: 'run tests'
       env:
         TFLAGS: "${{ matrix.build.tflags }}"
index d6bd0aded3afa1ab4df8db1521dc8072fea6b61b..e41434f23a0f8069249763bd47caae9e1b8cdc9a 100644 (file)
@@ -66,7 +66,10 @@ jobs:
     - run: make V=1 examples
       name: 'make examples'
 
+    - run: make V=1 -C tests
+      name: 'make tests'
+
     - run: make V=1 test-ci
-      name: 'test'
+      name: 'run tests'
       env:
         TFLAGS: "${{ matrix.build.tflags }}"