Skip to content

Commit bf6e7bb

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

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
@@ -30,6 +30,6 @@ jobs:
3030
cd data-structures/linked-list
3131
./build.sh
3232
33-
# 4. Run tests (if you have them)
33+
# 4. Run tests
3434
- name: Run test_LinkedList
35-
run: ./data-structures/linked-list/bin/test_LinkedList
35+
run: ./data-structures/linked-list/bin/test_linkedlist

0 commit comments

Comments
 (0)