1
0
Fork 0
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:
Dominic 2020-05-06 17:15:51 +02:00
parent e470f060e3
commit f8181bcb7e
Signed by: msrd0
GPG key ID: DCC8C247452E98F9

View file

@ -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: