Test travis

pull/49/head
Fenny 2020-02-05 20:21:46 +01:00
parent 0fd56e28bd
commit 59726e35e6
1 changed files with 1 additions and 0 deletions

View File

@ -39,3 +39,4 @@ before_script:
script:
- golangci-lint run # run a bunch of code checkers/linters in parallel
- go test -v -race ./... # Run all the tests with the race detector enabled
#Test