We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f5136 commit 44b927aCopy full SHA for 44b927a
.github/workflows/go.yml
@@ -52,7 +52,7 @@ jobs:
52
echo "=========START LINT============"
53
golint -set_exit_status ./cmd/... ./internal/...
54
echo "=========START TESTS IN OVS============"
55
- go test -v -race ./ovs/
+ go test -v -race -short ./ovs/
56
echo "=========START TESTS IN OVSDB============"
57
go test -v -race ./ovsdb/
58
go test -c -race ./ovsdb
0 commit comments