We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bcfb17 commit c49f3acCopy full SHA for c49f3ac
azure-pipelines.yml
@@ -19,5 +19,5 @@ steps:
19
- script: gem uninstall --force eventmachine && gem install eventmachine --platform ruby
20
displayName: 'bundle re-install eventmachine for Windows because of Windows environment issue'
21
22
-- script: bundle exec parallel_test test/unit/ -n 4
+- script: UNIT_TEST=true bundle exec parallel_test test/unit/ -n 4
23
displayName: 'bundle exec parallel_test test/unit/ -n 4'
0 commit comments