diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0968c85..436a6c8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,4 +20,6 @@ jobs: go test ./scholar - name: Build and Run Scholar-Example Tests run: | - go test ./scholar-example \ No newline at end of file + cd scholar-example + go build + go test \ No newline at end of file