diff --git a/ci/scripts/run-test-network-events.sh b/ci/scripts/run-test-network-events.sh index e91c3db4..c23d3f2a 100755 --- a/ci/scripts/run-test-network-events.sh +++ b/ci/scripts/run-test-network-events.sh @@ -38,7 +38,7 @@ rm -R ../asset-transfer-events/application-javascript/wallet # Run typescript gateway application createNetwork -print "Initializing typescript application" +print "Initializing TypeScript gateway application" pushd ../asset-transfer-events/application-gateway-typescript npm install print "Build app" @@ -47,3 +47,12 @@ print "Executing dist/app.js" npm start popd stopNetwork + +# Run Go gateway application +createNetwork +print "Initializing Go gateway application" +pushd ../asset-transfer-events/application-gateway-go +print "Executing application" +go run . +popd +stopNetwork