Replies: 1 comment 2 replies
-
use task.run |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to auto run test after build. So I add a after_build function on target.
However I want to run the tests in parallel by os.runv. seems it's blocking.
is there any other ways I can do this?
Beta Was this translation helpful? Give feedback.
All reactions