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