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
Files
5
+ 8
0
@@ -39,3 +39,11 @@ integration-test-gosdn:
script:
- go test -p 1 ./integration-tests/*
<<: *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