Skip to content

Commit 2b393c9

Browse files
authored
feat(agora): commands to run all Agora tests (AG-1555) (#2887)
1 parent 7b68e3c commit 2b393c9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dev-env.sh

+8
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,14 @@ function agora-build-images {
8989
nx run-many --target=build-image --projects=agora-* --parallel=3
9090
}
9191

92+
function agora-test {
93+
nx run-many --target=test --projects=agora-* --parallel=10
94+
}
95+
96+
function agora-test-affected {
97+
nx affected --target=test --projects=agora-* --parallel=10
98+
}
99+
92100
function model-ad-build-images {
93101
nx run-many --target=build-image --projects=model-ad-* --parallel=3
94102
}

0 commit comments

Comments
 (0)