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
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -107,7 +107,7 @@ integration-tests-debug-down:
docker-compose -f dev_env_data/docker-compose/integration-test_docker-compose.yml down
unit-test-new: install-tools
go test -p 1 ./cli/...
go test ./cli/...
# Warning: Depending on your go and development configuration might also clean caches, modules and docker containers from your other projects.
clean:
Loading