Skip to content

Commit cf89bf1

Browse files
committed
fixup: ls in /etc to avoid different results when building locally
1 parent ddf362f commit cf89bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# IMPORTANT: The binary has to match the architecture of the runner!
1616
cmd:
1717
- bench/testdata/take_strings-aarch64
18-
- ls -alh
18+
- ls -alh /etc
1919
- echo Hello, World!
2020
valgrind:
2121
- "3.26.0"

0 commit comments

Comments
 (0)