summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarc Hoersken <info@marc-hoersken.de>2021-09-27 21:17:29 +0200
committerMarc Hoersken <info@marc-hoersken.de>2021-10-08 20:16:15 +0200
commitab1671cafefcaf19ff6ac00a6cc7b36dfe16adcd (patch)
treee7b57626ec198036af2f0f562e994182c1df2909 /.github
parentaceff6088cef70843de1da1dd7cc03c37c094d99 (diff)
downloadcurl-ab1671cafefcaf19ff6ac00a6cc7b36dfe16adcd.tar.gz
CI/makefiles: introduce dedicated test target
Make it easy to use the same set of test flags throughout all current and future CI builds. Reviewed-by: Jay Satiro Follow up to #7690 Closes #7785
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux-hyper.yml2
-rw-r--r--.github/workflows/macos.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/linux-hyper.yml b/.github/workflows/linux-hyper.yml
index cfff476e9..446405942 100644
--- a/.github/workflows/linux-hyper.yml
+++ b/.github/workflows/linux-hyper.yml
@@ -41,7 +41,7 @@ jobs:
- run: ./buildconf && LDFLAGS="-Wl,-rpath,$HOME/hyper/target/debug" ./configure --enable-warnings --enable-werror ${{ matrix.build.configure }} && make
name: 'configure and build'
- - run: make test-nonflaky
+ - run: make test-ci
name: 'test'
env:
LD_LIBRARY_PATH: $HOME/hyper/target/debug:/usr/local/lib
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index af80da624..28f52f4eb 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -84,7 +84,7 @@ jobs:
- run: make
name: 'make'
- - run: make test-nonflaky
+ - run: make test-ci
name: 'test'
env:
TFLAGS: "${{ matrix.build.tflags }} ~1452"