Skip to content

Commit

Permalink
Merge pull request #997 from Cyan4973/nostreamtest
Browse files Browse the repository at this point in the history
fix nostreamtest
  • Loading branch information
Cyan4973 authored Jan 21, 2025
2 parents 51fa4ef + 26f6221 commit d5422ce
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 d5422ce

Please sign in to comment.