We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d8532b commit bf6e7bbCopy full SHA for bf6e7bb
.github/workflows/ci.yml
@@ -30,6 +30,6 @@ jobs:
30
cd data-structures/linked-list
31
./build.sh
32
33
- # 4. Run tests (if you have them)
+ # 4. Run tests
34
- name: Run test_LinkedList
35
- run: ./data-structures/linked-list/bin/test_LinkedList
+ run: ./data-structures/linked-list/bin/test_linkedlist
0 commit comments