1003 test implementation
Signed-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>
This commit is contained in:
5
Makefile
5
Makefile
@@ -48,6 +48,11 @@ universe-test: dagger-debug
|
||||
yarn --cwd "./universe" install
|
||||
DAGGER_BINARY="../cmd/dagger/dagger-debug" yarn --cwd "./universe" test
|
||||
|
||||
.PHONY: doc-test
|
||||
doc-test: dagger-debug
|
||||
yarn --cwd "./docs/learn/tests" install
|
||||
DAGGER_BINARY="$(shell pwd)/cmd/dagger/dagger-debug" yarn --cwd "./docs/learn/tests" test
|
||||
|
||||
.PHONY: install
|
||||
install: dagger
|
||||
go install ./cmd/dagger
|
||||
|
Reference in New Issue
Block a user