Add go get to build
This commit is contained in:
parent
545346e635
commit
8ef1156d76
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user