Skip to content

Commit 837993f

Browse files
committed
fix; string escape
1 parent 5a1bccd commit 837993f

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
@@ -16,7 +16,7 @@ jobs:
1616
cmd:
1717
- testdata/take_strings-aarch64
1818
- ls -alh
19-
- echo "Hello, World!"
19+
- echo Hello, World!
2020
valgrind:
2121
- "3.26.0"
2222
- "3.25.0"

0 commit comments

Comments
 (0)