Skip to content

Commit 3d3a0a8

Browse files
authored
add UNIT_TEST=true (#202)
* add UNIT_TEST=true * set variables
1 parent c49f3ac commit 3d3a0a8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azure-pipelines.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
pool:
66
vmImage: 'vs2017-win2016'
77

8+
variables:
9+
UNIT_TEST: true
10+
811
steps:
912
- task: UseRubyVersion@0
1013
inputs:
@@ -19,5 +22,5 @@ steps:
1922
- script: gem uninstall --force eventmachine && gem install eventmachine --platform ruby
2023
displayName: 'bundle re-install eventmachine for Windows because of Windows environment issue'
2124

22-
- script: UNIT_TEST=true bundle exec parallel_test test/unit/ -n 4
25+
- script: bundle exec parallel_test test/unit/ -n 4
2326
displayName: 'bundle exec parallel_test test/unit/ -n 4'

0 commit comments

Comments
 (0)