mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-23 04:52:28 +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:
|
before_script:
|
||||||
- cargo -V
|
- cargo -V
|
||||||
script:
|
script:
|
||||||
|
- cargo test --workspace --tests
|
||||||
- cargo test --workspace --tests -- --ignored
|
- cargo test --workspace --tests -- --ignored
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
|
@ -27,7 +28,7 @@ test-all:
|
||||||
- cargo -V
|
- cargo -V
|
||||||
script:
|
script:
|
||||||
- cargo test --workspace --all-features --doc
|
- 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
|
- 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:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Add table
Reference in a new issue