Skip to content

Commit 1679348

Browse files
committed
ci: fix name of the utf8 package test step
1 parent 2e68f58 commit 1679348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/std_tests_clang_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
julec test --compiler clang -o test std/time/test
153153
./test
154154
155-
- name: Test - std/unicode::utf8
155+
- name: Test - std/unicode/utf8
156156
run: |
157157
julec test --compiler clang -o test std/unicode/utf8/test
158158
./test

0 commit comments

Comments
 (0)