Skip to content

Commit 8d8532b

Browse files
authored
Update ci.yml
1 parent b59aa07 commit 8d8532b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
./build.sh
3232
3333
# 4. Run tests (if you have them)
34-
- name: Run tests_LinkedList
35-
run: ./data-structures/linked-list/bin/tests_LinkedList
34+
- name: Run test_LinkedList
35+
run: ./data-structures/linked-list/bin/test_LinkedList

0 commit comments

Comments
 (0)