Updated .gitlab-ci.yml
This commit is contained in:
parent
8d17976b8a
commit
dce7fc1468
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user