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
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -41,6 +41,9 @@ integration-test-gosdn:
<<: *test
unit-test:
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/golang:$GOLANG_VERSION-bookworm
before_script:
- apt update && apt install -y make
script:
- make unit-test-new
<<: *test
Loading