We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df083c9 commit 736f061Copy full SHA for 736f061
.github/workflows/go-tests.yml
@@ -24,8 +24,5 @@ jobs:
24
- name: Navigate to singly directory
25
run: cd go/LinkedList/singly
26
27
- - name: Install dependencies
28
- run: go get -t -v ./...
29
-
30
- name: Run tests
31
run: go test -v ./...
0 commit comments