We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c3999a commit 67d4e22Copy full SHA for 67d4e22
.github/workflows/test-golang-bindings.yml
@@ -34,7 +34,7 @@ jobs:
34
go-version: '1.20'
35
36
- name: List files from root recursively
37
- run: ls -R
+ run: ls -R target
38
shell: bash
39
40
- name: Run Go tests
0 commit comments