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 0130b8b commit f48c09dCopy full SHA for f48c09d
.github/workflows/test.yml
@@ -28,4 +28,4 @@ jobs:
28
- name: Run unit tests
29
run: |
30
cd ledis
31
- go test ./...
+ go test -v ./...
0 commit comments