diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d806dff8..0acc5f27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,17 +149,17 @@ jobs: run: | CFLAGS="-Os -DXXH_SIZE_OPT=2 -Wall -Wextra -Werror" make clean xxhsum - - name: noxxh3test + - name: XXH_NO_XXH3 if: always() run: | # check library can be compiled with XXH_NO_XXH3, resulting in no XXH3_* symbol make clean noxxh3test - - name: nostreamtest + - name: XXH_NO_STREAM if: always() run: | # check library can be compiled with XXH_NO_STREAM, resulting in no streaming symbols - make clean noxxh3test + make clean nostreamtest - name: make avx512f run: |