Update gitlab-ci

allow_failure: true -> windows test
This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-11-01 13:18:29 +07:00 committed by GitHub
parent 28e4f93d32
commit 1dc97c7bac
1 changed files with 1 additions and 0 deletions

View File

@ -371,6 +371,7 @@ test-windows:
- cargo test --features json-tests -p rlp -p ethash -p ethcore -p ethcore-bigint -p ethcore-dapps -p ethcore-rpc -p ethcore-signer -p ethcore-util -p ethcore-network -p ethcore-io -p ethkey -p ethstore -p ethsync -p ethcore-ipc -p ethcore-ipc-tests -p ethcore-ipc-nano -p parity %CARGOFLAGS% --verbose --release
tags:
- rust-windows
allow_failure: true
test-linux:
stage: build
before_script: