Fix daily valgrind build with unit tests (#1309)
This was introduced in #515. Signed-off-by: Binbin <binloveplay1314@qq.com>
This commit is contained in:
parent
b9994030e9
commit
d3f3b9cc3a
4
.github/workflows/daily.yml
vendored
4
.github/workflows/daily.yml
vendored
@ -506,7 +506,7 @@ jobs:
|
||||
repository: ${{ env.GITHUB_REPOSITORY }}
|
||||
ref: ${{ env.GITHUB_HEAD_REF }}
|
||||
- name: make
|
||||
run: make all-with-unit-tests valgrind SERVER_CFLAGS='-Werror'
|
||||
run: make valgrind all-with-unit-tests SERVER_CFLAGS='-Werror'
|
||||
- name: testprep
|
||||
run: |
|
||||
sudo apt-get update
|
||||
@ -575,7 +575,7 @@ jobs:
|
||||
repository: ${{ env.GITHUB_REPOSITORY }}
|
||||
ref: ${{ env.GITHUB_HEAD_REF }}
|
||||
- name: make
|
||||
run: make all-with-unit-tests valgrind CFLAGS="-DNO_MALLOC_USABLE_SIZE" SERVER_CFLAGS='-Werror'
|
||||
run: make valgrind all-with-unit-tests CFLAGS="-DNO_MALLOC_USABLE_SIZE" SERVER_CFLAGS='-Werror'
|
||||
- name: testprep
|
||||
run: |
|
||||
sudo apt-get update
|
||||
|
Loading…
x
Reference in New Issue
Block a user