Skip to content

Commit

Permalink
CI/distcheck: run full tests
Browse files Browse the repository at this point in the history
To be able to detect missing files better, this now runs the full CI
test suite. If done before, it would have detected #12462 before
release.
  • Loading branch information
bagder committed Dec 11, 2023
1 parent e38a8e0 commit d88961d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/distcheck.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
pushd curl-99.98.97
./configure --prefix=$HOME/temp --without-ssl
make
make TFLAGS=1 test
make test-ci
make install
popd
# basic check of the installed files
Expand All @@ -75,7 +75,7 @@ jobs:
pushd build
../curl-99.98.97/configure --without-ssl
make
make TFLAGS='-p 1 1139' test
make test-ci
popd
rm -rf build
rm -rf curl-99.98.97
Expand All @@ -98,7 +98,7 @@ jobs:
pushd build
../configure --without-ssl --enable-debug "--prefix=${PWD}/pkg"
make -j3
make -j3 TFLAGS=1279 test
make -j3 test-ci
make -j3 install
name: 'verify out-of-tree autotools debug build'
Expand Down

0 comments on commit d88961d

Please sign in to comment.