We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c49f3ac commit 3d3a0a8Copy full SHA for 3d3a0a8
azure-pipelines.yml
@@ -5,6 +5,9 @@
5
pool:
6
vmImage: 'vs2017-win2016'
7
8
+variables:
9
+ UNIT_TEST: true
10
+
11
steps:
12
- task: UseRubyVersion@0
13
inputs:
@@ -19,5 +22,5 @@ steps:
19
22
- script: gem uninstall --force eventmachine && gem install eventmachine --platform ruby
20
23
displayName: 'bundle re-install eventmachine for Windows because of Windows environment issue'
21
24
-- script: UNIT_TEST=true bundle exec parallel_test test/unit/ -n 4
25
+- script: bundle exec parallel_test test/unit/ -n 4
26
displayName: 'bundle exec parallel_test test/unit/ -n 4'
0 commit comments