Skip to content

Commit 13b06b3

Browse files
committed
fix workflow
1 parent 421e89b commit 13b06b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ jobs:
2020
go test ./scholar
2121
- name: Build and Run Scholar-Example Tests
2222
run: |
23-
go test ./scholar-example
23+
cd scholar-example
24+
go build
25+
go test

0 commit comments

Comments
 (0)