Guest User

Untitled

a guest
Jan 17th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. test: $(DOTENV_TARGET) $(GOLANG_DEPS_DIR)
  2. docker-compose run --rm serverlessGo make _test
  3. .PHONY: test
  4.  
  5. _test:
  6. go test -v
  7. .PHONY: _test
Add Comment
Please, Sign In to add comment