Skip to content

Instantly share code, notes, and snippets.

@yogeshlonkar
Created February 9, 2020 06:57
Show Gist options
  • Save yogeshlonkar/6ec3c34d4f50add09ec2574160ea2757 to your computer and use it in GitHub Desktop.
Save yogeshlonkar/6ec3c34d4f50add09ec2574160ea2757 to your computer and use it in GitHub Desktop.
AWS Golang monorepo lambdas test.sh
#!/usr/bin/env bash
source ./functions.sh
for func in "${function_dirs[@]}"
do
cd "${BASE_DIR}/${func}"
go test
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment