Skip to content

Instantly share code, notes, and snippets.

@timmow
Created June 5, 2017 10:09
Show Gist options
  • Save timmow/5dd067070cb9a75bfad8974ee38cee2d to your computer and use it in GitHub Desktop.
Save timmow/5dd067070cb9a75bfad8974ee38cee2d to your computer and use it in GitHub Desktop.
#!/bin/bash
export ACCOUNT_ID=$(PASSWORD_STORE_DIR=$HOME/.paas-pass pass compose/account_id)
export ACCESS_TOKEN=$(PASSWORD_STORE_DIR=$HOME/.paas-pass pass compose/dev/access_token)
export USERNAME=betademo
export PASSWORD=nottobes
export LOG_LEVEL=debug
# run tests
go test -v $(go list ./... | grep -v '/vendor/')
# run app locally
# go run main.go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment