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:
@@ -1,9 +1,9 @@
|
||||
task:
|
||||
name: FreeBSD (shortest)
|
||||
name: FreeBSD (make check)
|
||||
freebsd_instance:
|
||||
matrix:
|
||||
image_family: freebsd-14-1
|
||||
install_script: pkg install -y gmake coreutils
|
||||
script: |
|
||||
MOREFLAGS="-Werror" gmake -j all
|
||||
gmake shortest
|
||||
gmake check
|
||||
|
2
.github/workflows/commit.yml
vendored
2
.github/workflows/commit.yml
vendored
@@ -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:
|
||||
|
Reference in New Issue
Block a user