Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Apr 21, 2024
1 parent 421e89b commit 13b06b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ jobs:
go test ./scholar
- name: Build and Run Scholar-Example Tests
run: |
go test ./scholar-example
cd scholar-example
go build
go test

0 comments on commit 13b06b3

Please sign in to comment.