Skip to content

Commit

Permalink
adding agora test commands
Browse files Browse the repository at this point in the history
  • Loading branch information
sagely1 committed Oct 8, 2024
1 parent b4958c0 commit 96cebfe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 22 deletions.
8 changes: 8 additions & 0 deletions dev-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ function agora-build-images {
nx run-many --target=build-image --projects=agora-* --parallel=3
}

function agora-test {
nx run-many --target=test --projects=agora-* --parallel=10
}

function agora-test-affected {
nx affected --target=test --projects=agora-* --parallel=10
}

function model-ad-build-images {
nx run-many --target=build-image --projects=model-ad-* --parallel=3
}
Expand Down
22 changes: 0 additions & 22 deletions tools/run-unit-tests.sh

This file was deleted.

0 comments on commit 96cebfe

Please sign in to comment.