Removes timeout script call so CI does not have false pasitives
This commit is contained in:
parent
c3ed0a1ef9
commit
5aa733097a
|
|
@ -12,7 +12,6 @@ install:
|
||||||
- source ~/.cargo/env || true
|
- source ~/.cargo/env || true
|
||||||
- bash -x ci/install.sh
|
- bash -x ci/install.sh
|
||||||
script:
|
script:
|
||||||
- bash -x ci/build-ignore-timeouts.sh
|
|
||||||
- mdbook test
|
- mdbook test
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue