Skip to content

Commit

Permalink
chore: list files in target
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed May 30, 2024
1 parent 4c3999a commit 67d4e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-golang-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
go-version: '1.20'

- name: List files from root recursively
run: ls -R
run: ls -R target
shell: bash

- name: Run Go tests
Expand Down

0 comments on commit 67d4e22

Please sign in to comment.