Skip to content

Commit

Permalink
seeing if we can build without needed go-get
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Apr 11, 2024
1 parent a1bf9a7 commit a4223d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
# run: mkdir bin && export GOBIN=$GOPATH/bin
- name: Build and Run Scholar Tests
run: |
go get ./scholar
# go get ./scholar
go build ./scholar
# go test ./scholar
- name: Build and Run Scholar-Example Tests
run: |
go get ./scholar-example
# go get ./scholar-example
go build ./scholar-example
go test ./scholar-example

0 comments on commit a4223d1

Please sign in to comment.