From bf691418d16aaa559c5e01284a4c22102e40adb0 Mon Sep 17 00:00:00 2001 From: Joel Longtine Date: Mon, 21 Feb 2022 17:02:37 -0700 Subject: [PATCH] Remove old universe target in Makefile Signed-off-by: Joel Longtine --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 7cc1c48d..ad5c733d 100644 --- a/Makefile +++ b/Makefile @@ -59,13 +59,13 @@ core-integration: dagger-debug # Run core integration tests yarn --cwd "./tests" install DAGGER_BINARY="$(shell pwd)/cmd/dagger/dagger-debug" yarn --cwd "./tests" test +# .PHONY: universe-test +# universe-test: dagger-debug # Run universe tests +# yarn --cwd "./universe" install +# DAGGER_BINARY="$(shell pwd)/cmd/dagger/dagger-debug" yarn --cwd "./universe" test + .PHONY: universe-test universe-test: dagger-debug # Run universe tests - yarn --cwd "./universe" install - DAGGER_BINARY="$(shell pwd)/cmd/dagger/dagger-debug" yarn --cwd "./universe" test - -.PHONY: europa-universe-test -europa-universe-test: dagger-debug # Run Europa universe tests yarn --cwd "./pkg/universe.dagger.io" install DAGGER_BINARY="$(shell pwd)/cmd/dagger/dagger-debug" yarn --cwd "./pkg/universe.dagger.io" test