Skip to content

Commit 44b927a

Browse files
author
Franck Rupin
committed
Add short flags to run tests in the CI
- The short flag is aimed to skip some tests - This commit adds the short flag to skip the tests relying on binary for the datapath.
1 parent f1f5136 commit 44b927a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
echo "=========START LINT============"
5353
golint -set_exit_status ./cmd/... ./internal/...
5454
echo "=========START TESTS IN OVS============"
55-
go test -v -race ./ovs/
55+
go test -v -race -short ./ovs/
5656
echo "=========START TESTS IN OVSDB============"
5757
go test -v -race ./ovsdb/
5858
go test -c -race ./ovsdb

0 commit comments

Comments
 (0)