Skip to content

Commit b792ff6

Browse files
committed
CI: Remove unit tests from valgrind build to avoid compilation error
Signed-off-by: Hanxi Zhang <hanxizh@amazon.com>
1 parent 60e04d7 commit b792ff6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
steps:
120120
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
121121
- name: make
122-
run: make valgrind all-with-unit-tests SERVER_CFLAGS='-Werror'
122+
run: make valgrind SERVER_CFLAGS='-Werror'
123123
- name: testprep
124124
run: |
125125
sudo apt-get update

0 commit comments

Comments
 (0)