Skip to content

Commit a27d441

Browse files
committed
fix; build all of valgrind
1 parent bdca2fa commit a27d441

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,7 @@ jobs:
5959

6060
- name: Build Valgrind
6161
run: |
62-
make -j$(nproc) -C include
63-
make -j$(nproc) -C VEX
64-
make -j$(nproc) -C coregrind
65-
make -j$(nproc) -C callgrind
62+
make -j$(nproc)
6663
6764
- name: Verify Valgrind build
6865
run: |

0 commit comments

Comments
 (0)