From 4c3999a953a9bb9954dad0f70441d0166877657b Mon Sep 17 00:00:00 2001 From: Kevaundray Wedderburn Date: Thu, 30 May 2024 22:22:30 +0100 Subject: [PATCH] chore: list files from root --- .github/workflows/test-golang-bindings.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test-golang-bindings.yml b/.github/workflows/test-golang-bindings.yml index 28a7cbc8..02fc5e1f 100644 --- a/.github/workflows/test-golang-bindings.yml +++ b/.github/workflows/test-golang-bindings.yml @@ -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