Skip to content

Commit 6973a53

Browse files
committed
modify yml
1 parent 7104049 commit 6973a53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pika.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
cp deps/lib/libz.1.dylib .
274274
cp deps/lib/libz.1.dylib tests/integration/
275275
rm -rf ./buildtrees
276-
sed -i '' 's/exec leaks/exec echo "0 leaks"/g' tests/unit/basic.tcl || true
276+
find tests -name "*.tcl" -exec sed -i '' 's/exec leaks/exec echo "0 leaks"/g' {} +
277277
278278
- name: Unit Test
279279
working-directory: ${{ github.workspace }}

0 commit comments

Comments
 (0)