Skip to content

Commit 2d20939

Browse files
committed
travis: run race on ovsdb integration tests
1 parent 780e539 commit 2d20939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ script:
1717
- staticcheck ./...
1818
- ./scripts/golint.sh
1919
- go test -race ./...
20-
- go test -c ./ovsdb
20+
- go test -c -race ./ovsdb
2121
- sudo ./ovsdb.test -test.v

0 commit comments

Comments
 (0)