Commit graph

9 commits

Author SHA1 Message Date
Brannon King
ade593da33 added more unit tests for claimtrie 2021-08-10 17:08:51 -04:00
Brannon King
132b93713d added full sync part 2
add sha


add coreutils


fix data folder


added icu


more icu
2021-08-10 09:49:51 -04:00
Roy Lee
0a01170422
Update full-sync.yml
Disable RPC
2021-07-27 16:50:53 -07:00
Roy Lee
1a65a6a19d
[CI] Add full-sync workflow 2021-07-27 10:35:32 -07:00
Roy Lee
7ae6608f48 ci: Update Go toolchain to 1.16 2021-07-06 20:10:38 -07: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