Skip to content

Commit 8002008

Browse files
committed
ci/cd: fix tests
1 parent e70e603 commit 8002008

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
chmod +x test
3838
./test
3939
40-
- name: Test - string
40+
- name: Test - strings
4141
run: |
42-
julec test -o test string
42+
julec test -o test strings
4343
git update-index --add --chmod=-x test
4444
chmod +x test
4545
./test

0 commit comments

Comments
 (0)