We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b68e3c commit 2b393c9Copy full SHA for 2b393c9
dev-env.sh
@@ -89,6 +89,14 @@ function agora-build-images {
89
nx run-many --target=build-image --projects=agora-* --parallel=3
90
}
91
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
100
function model-ad-build-images {
101
nx run-many --target=build-image --projects=model-ad-* --parallel=3
102
0 commit comments