diff --git a/Makefile b/Makefile index 5c9341d1..952760b9 100644 --- a/Makefile +++ b/Makefile @@ -44,3 +44,6 @@ integration: dagger-debug # Actual integration tests DAGGER_BINARY="./cmd/dagger/dagger-debug" time ./tests/test.sh all +.PHONY: install +install: dagger + go install ./cmd/dagger