Created
April 30, 2015 14:20
-
-
Save arbarlow/f159f0da3c158151210f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
run: | |
goose -env=development up | |
go run main.go | |
resetdb: | |
dropdb riru-dev | |
createdb riru-dev | |
goose up | |
test: | |
dropdb riru-test --if-exists | |
createdb riru-test | |
goose -env=test up | |
go get -t | |
go test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment