Temporarily disable tarpaulin

This commit is contained in:
Matteo Settenvini 2022-09-05 23:41:50 +02:00
parent b7641f4e46
commit 8d47b339f6
Signed by: matteo
GPG Key ID: 8576CC1AD97D42DF
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ cargo:test:
CARGO_COMMON_ARGS: --workspace --no-default-features
script:
- mkdir -p .git/hooks # for rusty-hook
- cargo tarpaulin ${CARGO_COMMON_ARGS} --locked -o Xml
# - cargo tarpaulin ${CARGO_COMMON_ARGS} --locked -o Xml
- cargo test ${CARGO_COMMON_ARGS} -- -Z unstable-options --format json | tee test-results.json
- cargo2junit < test-results.json > junit.xml
# - cargo bench ${CARGO_COMMON_ARGS} # DISABLED UNTIL WE HAVE BENCH TESTS