Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions activestate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@ scripts:
standalone: true
description: Runs unit tests (not integration tests)
value: |
# Disable CGo to prevent clang warnings from crashing gotestfmt.
export CGO_ENABLED=0
go test -vet=off -v `go list ./... | grep -v integration | grep -v automation | grep -v expect | grep -v state-svc | grep -v state-offline` $@
- name: integration-tests
language: bash
Expand Down
Loading