Skip to content

Commit

Permalink
Run go mod tidy before testing?
Browse files Browse the repository at this point in the history
  • Loading branch information
samscott89 committed Apr 28, 2022
1 parent cc934da commit 0f526c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/examples/add-to-your-application/go/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

test:
make -C ../../../../languages/go copy_lib
go mod tidy
go test

0 comments on commit 0f526c1

Please sign in to comment.