Updated .gitlab-ci.yml

This commit is contained in:
Jordan Petridis 2017-10-05 16:24:59 +03:00
parent 8d17976b8a
commit dce7fc1468
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6

View File

@ -15,8 +15,8 @@ test:stable:
image: "rust"
script:
- rustc --version && cargo --version # Print version info for debugging
- cargo build
- cargo test --verbose --jobs 1
- cargo build --all
- cargo test --all --verbose --jobs 1
# Use cargo to test the project
test:nightly:
@ -29,5 +29,5 @@ test:nightly:
# - cargo test --verbose
# # Don't paralize, At least until I fix tempdb helper fn.
- cargo test --verbose --jobs 1
- cargo bench
# - cargo bench
allow_failure: true