Skip to content

Commit

Permalink
fix nostreamtest
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyan4973 committed Jan 14, 2025
1 parent 36cd8bf commit 26f6221
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 26f6221

Please sign in to comment.