CI: replaced shortest target by check

This commit is contained in:
Yann Collet
2025-01-18 12:24:11 -08:00
parent 78275149ea
commit 4f3311f245
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
task: task:
name: FreeBSD (shortest) name: FreeBSD (make check)
freebsd_instance: freebsd_instance:
matrix: matrix:
image_family: freebsd-14-1 image_family: freebsd-14-1
install_script: pkg install -y gmake coreutils install_script: pkg install -y gmake coreutils
script: | script: |
MOREFLAGS="-Werror" gmake -j all MOREFLAGS="-Werror" gmake -j all
gmake shortest gmake check
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
make c99build; make clean make c99build; make clean
make c11build; make clean make c11build; make clean
make -j regressiontest; make clean make -j regressiontest; make clean
make shortest; make clean make check; make clean
make cxxtest; make clean make cxxtest; make clean
short-tests-1: short-tests-1: