Add go get to build

This commit is contained in:
Alessio 2021-06-27 13:46:18 -07:00
parent 545346e635
commit 8ef1156d76

View File

@ -26,11 +26,13 @@ tasks:
- test_scraper: |
cd twitter_offline_engine/scraper
go get .
go test -bench=. -cover
- test_persistence: |
cd twitter_offline_engine/persistence
go get .
mkdir test_profiles/
go test -bench=. -cover