1
0
mirror of https://github.com/facebook/zstd.git synced 2025-08-07 06:23:00 +03:00

CI: replaced shortest target by check

This commit is contained in:
Yann Collet
2025-01-18 12:22:52 -08:00
parent 78275149ea
commit 4f3311f245
2 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ jobs:
make c99build; make clean
make c11build; make clean
make -j regressiontest; make clean
make shortest; make clean
make check; make clean
make cxxtest; make clean
short-tests-1: