Skip to content
Snippets Groups Projects

Resolve "Disable checking of IP address in gosdnc"

Merged Neil-Jocelyn Schark requested to merge 373-disable-checking-of-ip-address-in-gosdnc into master
5 files
+ 66
9
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 6
0
@@ -39,3 +39,9 @@ integration-test-gosdn:
@@ -39,3 +39,9 @@ integration-test-gosdn:
script:
script:
- go test -p 1 ./integration-tests/*
- go test -p 1 ./integration-tests/*
<<: *test
<<: *test
 
 
 
unit-test:
 
script:
 
- make unit-test-new
 
<<: *test
Loading