File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ before_script:
27
27
- LINT_PKGS=$(go list ./... | grep -Ev 'aws-lambda-go/lambda')
28
28
29
29
script :
30
- - diff -u <(echo -n) <(gofmt -d ./) # Fail if a .go file hasn't been formatted with gofmt
31
- - goverage -v -covermode=atomic -coverprofile=coverage.txt $PKGS # Run all tests with coverage
32
- - go vet -v ./... # static analyisis
33
- - golint $LINT_PKGS # lint - ignore failures for now
30
+ - diff -u <(echo -n) <(gofmt -d ./) # Fail if a .go file hasn't been formatted with gofmt
31
+ - goverage -v -race - covermode=atomic -coverprofile=coverage.txt $PKGS # Run all tests with coverage
32
+ - go vet -v ./... # static analyisis
33
+ - golint $LINT_PKGS # lint - ignore failures for now
34
34
35
35
after_success :
36
36
- bash <(curl -s https://codecov.io/bash)
You can’t perform that action at this time.
0 commit comments