Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 779a53f

Browse files
committedMar 27, 2019
Added regression tests in .travis.yml
Signed-off-by: Lou Marvin Caraig <[email protected]>
1 parent a45e7aa commit 779a53f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ jobs:
2929
script:
3030
- make packages
3131
- make test-coverage
32-
3332
- name: 'Integration Tests Linux'
3433
script:
3534
- make test-integration
35+
- name: 'Regression Tests Linux'
36+
script:
37+
- make test-regression
3638
- name: 'Generated code'
3739
script:
3840
- GO111MODULE=on go mod tidy

0 commit comments

Comments
 (0)
Please sign in to comment.