Commit graph

12 commits

Author SHA1 Message Date
Roy Lee
3910319e80 [lbry] ci: separate test and lint 2021-09-14 11:43:19 -07:00
Roy Lee
db25b9b11b [lbry] ci: add golangci-lint action 2021-09-14 11:17:01 -07:00
Brannon King
79e392b85d fixing tmp folder cleanup 2021-08-30 09:09:48 -04:00
Brannon King
83b6a8dc18 include lbcctl in release 2021-08-27 13:25:53 -04:00
Brannon King
d2f8ad7657 remove symbols in release package 2021-08-19 17:57:28 -04:00
Brannon King
ca18f3e8a2 fix bad rune handling
formatting
2021-08-19 17:52:01 -04:00
Brannon King
0be18205c8 updating build scripts to not use ICU 2021-08-19 17:51:47 -04:00
Roy Lee
82141c408c ci: Update Go toolchain to 1.16 2021-08-19 13:38:26 -04:00
Olaoluwa Osuntokun
40ae93587d
Merge pull request #1621 from xplorfin/go1.15
ci: add go 1.15 to tests
2020-10-02 14:52:29 -07:00
Jake Sylvestre
297c6120bb ci: add go 1.15 to tests 2020-09-17 01:38:18 -04:00
Anirudha Bose
2547246f84 GitHub Actions: Enable Go Race detector and code coverage
This modifies the goclean.sh script to run tests with the
race detector enabled. It also enables code coverage, and
uploads the results to coveralls.io.

Running tests with -race and -cover flags was disabled in
6487ba1 and 6788df7 respectively, due to some limits on
time/goroutines being hit on Travis CI. Since we have
migrated to GitHub Actions, it is desirable to bring them
back.
2020-09-08 10:19:55 -04:00
David Hill
a505b99ba3 build: replace travis-ci with github actions.
test go 1.14
use golangci-lint
2020-05-13 08:52:05 -04:00