Skip to content

Commit

Permalink
chore: list files from root
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed May 30, 2024
1 parent b193f6c commit 4c3999a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-golang-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
with:
go-version: '1.20'

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

- name: Run Go tests
run: go test ./...
working-directory: bindings/golang

0 comments on commit 4c3999a

Please sign in to comment.