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 65166b2 commit b59aa07Copy full SHA for b59aa07
.github/workflows/ci.yml
@@ -32,4 +32,4 @@ jobs:
32
33
# 4. Run tests (if you have them)
34
- name: Run tests_LinkedList
35
- run: ./bin/tests_LinkedList
+ run: ./data-structures/linked-list/bin/tests_LinkedList
0 commit comments