Skip to content

Commit

Permalink
Non-parallel jobs on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Jan 8, 2020
1 parent c79f510 commit 35a8624
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .azure/azure-windows-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
unzip -o /usr/bin/stack.zip -d /usr/bin/
stack setup $ARGS > /dev/null
stack --install-ghc $ARGS test --bench --only-dependencies
stack $ARGS test --bench --no-run-benchmarks
stack $ARGS test --bench --no-run-benchmarks --no-run-tests
stack $ARGS test --bench --no-run-benchmarks --jobs 1 # non-parallel test execution
env:
OS_NAME: ${{ parameters.os }}
displayName: 'Installation ${{parameters.os}} & Test'

0 comments on commit 35a8624

Please sign in to comment.