mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-22 20:52:27 +00:00
cargo test is stupid
This commit is contained in:
parent
e470f060e3
commit
f8181bcb7e
1 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@ test-default:
|
|||
before_script:
|
||||
- cargo -V
|
||||
script:
|
||||
- cargo test --workspace --tests
|
||||
- cargo test --workspace --tests -- --ignored
|
||||
cache:
|
||||
paths:
|
||||
|
@ -27,7 +28,7 @@ test-all:
|
|||
- cargo -V
|
||||
script:
|
||||
- cargo test --workspace --all-features --doc
|
||||
- cargo test trybuild_ui -- --ignored
|
||||
- cargo test --workspace --tests -- --ignored
|
||||
- cargo tarpaulin --target-dir target/tarpaulin --all --all-features --exclude-files 'cargo/*' --exclude-files 'derive/*' --exclude-files 'example/*' --ignore-panics --ignore-tests --out Html -v
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
Loading…
Add table
Reference in a new issue