gitlab pipeline: try to run inside "script" to get a tty
This commit is contained in:
parent
e5e592b559
commit
f3bd2366ee
|
@ -28,13 +28,13 @@ test:linux:stable:
|
||||||
- build:linux:stable
|
- build:linux:stable
|
||||||
script:
|
script:
|
||||||
- rustup update stable
|
- rustup update stable
|
||||||
- cargo +stable test --verbose
|
- script -c "cargo +stable test --verbose"
|
||||||
|
|
||||||
test:linux:
|
test:linux:
|
||||||
stage: test
|
stage: test
|
||||||
dependencies:
|
dependencies:
|
||||||
- build:linux
|
- build:linux
|
||||||
script: cargo +nightly test --verbose
|
script: script -c "cargo +nightly test --verbose"
|
||||||
|
|
||||||
test:redox:
|
test:redox:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
Loading…
Reference in New Issue