mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Updates based on comments
- add sha256 algo - move some mem hungry tests while running with -race to the norace - remove GOGC=10 Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
This commit is contained in:
@@ -25,7 +25,7 @@ before_script:
|
||||
script:
|
||||
- go test -i $EXCLUDE_VENDOR
|
||||
- go test -run=TestNoRace $EXCLUDE_VENDOR
|
||||
- if [[ "$TRAVIS_GO_VERSION" =~ 1.12 ]]; then ./scripts/cov.sh TRAVIS; else GOGC=10 go test -v -race -p=1 --failfast $EXCLUDE_VENDOR; fi
|
||||
- if [[ "$TRAVIS_GO_VERSION" =~ 1.12 ]]; then ./scripts/cov.sh TRAVIS; else go test -v -race -p=1 --failfast $EXCLUDE_VENDOR; fi
|
||||
|
||||
deploy:
|
||||
provider: script
|
||||
|
||||
Reference in New Issue
Block a user